You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/delegate_to/verify_interpreter_delegate...

12 lines
236 B
YAML

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