diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2014-06-12 20:15:37 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2014-06-12 20:15:37 +0000 |
| commit | 3947d129f2862ce2466f734a901620e095019987 (patch) | |
| tree | a2a1dbbecb502b25e14403544e4b7172f5d237de /callback_plugins | |
| parent | 30be2d482f6668d56d0c796d0eb3f028206e24fd (diff) | |
| download | ansible-3947d129f2862ce2466f734a901620e095019987.tar.gz ansible-3947d129f2862ce2466f734a901620e095019987.tar.xz ansible-3947d129f2862ce2466f734a901620e095019987.zip | |
Change all the old first_available_file to with_first_found
Diffstat (limited to 'callback_plugins')
| -rw-r--r-- | callback_plugins/logdetail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/callback_plugins/logdetail.py b/callback_plugins/logdetail.py index 158b8ee45..cbf40b735 100644 --- a/callback_plugins/logdetail.py +++ b/callback_plugins/logdetail.py @@ -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"): |
