mirror of https://github.com/ansible/ansible.git
don't assume all delegation subkeys exist (#43032)
* don't assume all delegation subkeys exist
fixes #43026
* add tests
(cherry picked from commit cdc762dd9e)
pull/43346/head
parent
8a91c36d64
commit
e84931b9c2
@ -0,0 +1,8 @@
|
|||||||
|
- hosts: testhost
|
||||||
|
gather_facts: false
|
||||||
|
tasks:
|
||||||
|
- name: no log filtering caused delegation to fail https://github.com/ansible/ansible/issues/43026
|
||||||
|
become: False
|
||||||
|
no_log: true
|
||||||
|
debug:
|
||||||
|
delegate_to: localhost
|
||||||
Loading…
Reference in New Issue