ansible/test/integration/targets/delegate_to/verify_interpreter_delegate_facts.yml

12 lines
236 B
YAML
Raw Normal View History

- hosts: testhost
gather_facts: yes
tasks:
- detect_interpreter:
delegate_to: "{{ item }}"
delegate_facts: yes
vars:
ansible_python_interpreter: auto
loop:
- testhost3
- testhost4