You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins
Rick Elrod 3bec27dc34
Allow cache_timeout=0 to reach inv. cache plugins (#70977)
Change:
- Previously, `cache_timeout=0` was seen as falsey and not passed along
  to cache plugins as an option. Now only "nulley" values are not sent.

Test Plan:
- New integration tests

Tickets:
- Fixes #70702

Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
..
action copy - redact 'content' from invocation in check mode (#71033) 4 years ago
become Migrated to ansible.netcommon 5 years ago
cache Make cache adjudicator's flush call plugin flush (#70987) 4 years ago
callback default_callback: Move 'check_mode_markers' in doc_fragments (#70228) 5 years ago
cliconf Migrated to vyos.vyos 5 years ago
connection winrm - Added kinit_args to control the args for kinit calls (#70624) 4 years ago
doc_fragments Add ability to fallback to chgrp remote_tmp and its files. (#68627) 4 years ago
filter Make filter type errors 'loop friendly' (#70417) 4 years ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 4 years ago
inventory Allow cache_timeout=0 to reach inv. cache plugins (#70977) 4 years ago
lookup Pipe lookup plugin usage example documentation fix (#70679) 4 years ago
netconf Migrated to junipernetworks.junos 5 years ago
shell Fix missing quoting for remote_tmp in second mkdir of shell module. Issue #69577 (#69578) 4 years ago
strategy Allow changed/failed mgmt on strategy actions (#70919) 4 years ago
terminal Document existing ansi_re sequences and add `ESC[m` (#70683) 4 years ago
test Make AnsibleVaultEncryptedUnicode work more like a string (#67823) 5 years ago
vars Support vars plugins in collections (#61078) 5 years ago
__init__.py Support vars plugins in collections (#61078) 5 years ago
loader.py plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) 4 years ago