You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would you fix this error with cache, mate?)
I've already added some vars to hosts file and main.yml.
# Example inventory that makes an alias for localhost that uses Python3
localhost-py3 ansible_host=localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3
# Example of setting a group of hosts to use Python3
[py3-hosts]
ubuntu18
[py3-hosts:vars]
ansible_python_interpreter=/usr/bin/python3
How would you fix this error with cache, mate?)
I've already added some vars to
hosts
file andmain.yml
.ansible-playbook provision.yml -l webservers -i hosts -u organic -vvv
The text was updated successfully, but these errors were encountered: