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
Sloane Hertel b17557ae8e
Add check_mode tests for shell/command/script and make skipped=True/changed=True mutually exclusive (#76429)
* Add additional tests for check_mode with shell/command/script
* update check_mode documentation: if a module/action is not skipped in check mode and accurately reflects whether a change is made to the remote support should be 'full'
* Make reporting skipped in check mode mutually exclusive with 'changed: True'
* Add missing documented attributes
* Fix tests to expect skipped=True and changed=True do not occur together
* Fix script check_mode support documentation
* Fix earlier changelog
* document platforms attribute
* Use tasks's check mode since the value from PlayContext does not reflect loop items

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
4 years ago
..
action Add check_mode tests for shell/command/script and make skipped=True/changed=True mutually exclusive (#76429) 4 years ago
become better handling of sudo flag replacement (#76389) 4 years ago
cache Start of moving away from six (#75863) 4 years ago
callback Use correct markup in documentation (#76545) 4 years ago
cliconf Migrated to vyos.vyos 6 years ago
connection Use correct markup in documentation (#76545) 4 years ago
doc_fragments more exact wording of system_tmpdirs (#76587) 4 years ago
filter reset defaults for json filters (#76349) 4 years ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 5 years ago
inventory More auto info (#76598) 4 years ago
lookup Fixed documentation: "[a] ini file" -> "an ini file" (#76627) 4 years ago
netconf netconf - handle import error when running in FIPS mode (#73992) 5 years ago
shell Start of moving away from six (#75863) 4 years ago
strategy Reduce number of iterations through PlayIterator (#74175) 4 years ago
terminal Start of moving away from six (#75863) 4 years ago
test version test - improve message when value is empty (#74754) 5 years ago
vars fix typo in host_group_vars config (#75012) 5 years ago
__init__.py Start of moving away from six (#75863) 4 years ago
loader.py ansible-test - Fix import test for collections. 4 years ago