Difference between revisions of "Ansible python interpreter"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} - name: misc task on ubuntu 18.04 instance hosts: "*" vars: ansible_python_interpreter: /usr/bin/python3 tasks: - debug: var=ansible_host == See also =...")
 
Line 3: Line 3:
 
- name: misc task on ubuntu 18.04 instance
 
- name: misc task on ubuntu 18.04 instance
 
   hosts: "*"
 
   hosts: "*"
   vars:
+
   [[vars:]]
 
     ansible_python_interpreter: /usr/bin/python3
 
     ansible_python_interpreter: /usr/bin/python3
 
   tasks:
 
   tasks:

Revision as of 12:13, 5 September 2022

Advertising: