Skip to content

Commit

Permalink
Add ansible interpreter for localdev rhel8
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Nov 29, 2021
1 parent 5af94ae commit ffee99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/vagrant/inventory/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ all:
mgmt_ip: "{{ users_vars[dict_name]['vms']['pfel8localdev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pfel8localdev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
ansible_python_interpreter: '/usr/bin/python3'
cpus: 2
memory: 6144
pfdeb11localdev:
Expand Down

1 comment on commit ffee99f

@nqb
Copy link
Contributor

@nqb nqb commented on ffee99f Nov 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to #6711

Workaround to fix an Ansible issue when using synchronize module with a Debian 10.11 Ansible controller and a EL8 node without Python interpreter defined: Ansible try to use path to Python interpreter on controller based on what has been detected on node.

Please sign in to comment.