mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
parent
193657e635
commit
75e3b59bbd
9 changed files with 30 additions and 10 deletions
|
@ -45,6 +45,9 @@ class ActionModule(object):
|
|||
# python modules for now
|
||||
module_args += " CHECKMODE=True"
|
||||
|
||||
if self.runner.no_log:
|
||||
module_args += " NO_LOG=True"
|
||||
|
||||
# shell and command are the same module
|
||||
if module_name == 'shell':
|
||||
module_name = 'command'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue