Commit Graph
8 Commits
Author SHA1 Message Date
Akita Noek 5dc164bb76 Handle both string and list hosts in our hosts->name conversion
Base our play.name fix off of what Ansible will be doing in the next
release: https://github.com/ansible/ansible/commit/e2d2798a4238d95590777e8d41b9b28f324bd91d
2016-02-25 11:38:09 -05:00
Akita Noek 26d11b2fb7 Default play names to the hosts the play was run against
Fixes #1030
2016-02-25 11:23:00 -05:00
Akita Noek 519a1911ea Use better isinstance(x) type checking 2016-02-24 18:02:20 -05:00
Akita Noek f08aeeda47 Backporting test fixes from PR #1020: Fix error with ad hoc command events when running in check mode.
Backport of the test fixes from PR #1020 to 2.4.5, this fixes the unit
tests around our fix for #1019 (hopefully)
2016-02-24 15:56:43 -05:00
Akita Noek df3715a36f Fix for tasks breaking when using 'yum' with ansible 1.9.4
Fixes #1019
2016-02-24 11:35:24 -05:00
Akita Noek f8a7fb0ea1 Added missing 'skipped' field for no_log 2016-01-28 12:43:49 -05:00
Akita Noek 94e6d2a72a Obey no_log even more when using ansible 2.0
Hopefully fixes #645 this time. New function handles recursing down our
results array when it's present, also attempts to proactively protect
against future data leaks by only allowing white listed fields through.
2016-01-28 11:34:43 -05:00
Akita Noek de7be08856 Obey no_log with ansible 2.0
Fixes #645
2016-01-20 15:34:59 -05:00