1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library/commands
Will Thames ab8490d003 Added warnings to command module
Generate warnings when users are shelling out to commands
rather than using modules

Can be turned off on a per-action line with the documented
warn=False flag. Can be turned off globally using
command_warnings = False in ansible config file.

Print out warnings using the standard playbook callbacks.

Created some additional tests in TestRunner.test_command
and also a demonstration playbook.
2014-08-22 15:37:07 -04:00
..
command Added warnings to command module 2014-08-22 15:37:07 -04:00
raw Add version_added to all modules missing version_added information, the docs formatter will now 2013-11-18 18:55:49 -05:00
script multiple spelling error changes 2014-04-29 10:41:05 -04:00
shell Added warnings to command module 2014-08-22 15:37:07 -04:00