summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/delegate_to/delegate_and_nolog.yml
blob: d8ed64fe2fb2736c7dda79857d2f4eee8cf0f853 (plain)
1
2
3
4
5
6
7
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