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 testspull/43208/head
parent
bf544c2200
commit
cdc762dd9e
@ -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