summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/interpreter_discovery_python_delegate_facts/delegate_facts.yml
blob: 535269d1602ce07464c62cccb7869a90075068ef (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: localhost
  gather_facts: no
  tasks:
    - name: Test python interpreter discovery with delegate_to without delegate_facts
      ping:
      delegate_to: testhost
    - name: Test python interpreter discovery with delegate_to with delegate_facts
      ping:
      delegate_to: testhost
      delegate_facts: yes