Change all the old first_available_file to with_first_found

This commit is contained in:
Kevin Fenzi 2014-06-12 20:15:37 +00:00
parent 30be2d482f
commit 3947d129f2
3 changed files with 7 additions and 7 deletions

View file

@ -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"):