summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/delegate_to/delegate_and_nolog.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/delegate_to/delegate_and_nolog.yml')
-rw-r--r--test/integration/targets/delegate_to/delegate_and_nolog.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/targets/delegate_to/delegate_and_nolog.yml b/test/integration/targets/delegate_to/delegate_and_nolog.yml
new file mode 100644
index 0000000..d8ed64f
--- /dev/null
+++ b/test/integration/targets/delegate_to/delegate_and_nolog.yml
@@ -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