Change all the old first_available_file to with_first_found
This commit is contained in:
parent
30be2d482f
commit
3947d129f2
3 changed files with 7 additions and 7 deletions
|
@ -92,7 +92,7 @@ class LogMech(object):
|
|||
res['task_args'] = task.module_args
|
||||
if self.playbook_id == 'ansible-cmd':
|
||||
res['task_userid'] = getlogin()
|
||||
for k in ("delegate_to", "environment", "first_available_file",
|
||||
for k in ("delegate_to", "environment", "with_first_found",
|
||||
"local_action", "notified_by", "notify",
|
||||
"register", "sudo", "sudo_user", "tags",
|
||||
"transport", "when"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue