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/interpreter_discovery_pytho.../delegate_facts.yml

11 lines
322 B
YAML

- 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