mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
parent
542f07128e
commit
379e31883c
3 changed files with 5 additions and 1 deletions
|
@ -243,7 +243,8 @@ class ActionModule(object):
|
|||
dest=dest,
|
||||
original_basename=source_rel
|
||||
)
|
||||
|
||||
if self.runner.noop_on_check(inject):
|
||||
new_module_args['CHECKMODE'] = True
|
||||
if self.runner.no_log:
|
||||
new_module_args['NO_LOG'] = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue