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
When I ran the following code ansible-playbook -i inventories/development/hosts.ini phishyme.yml --ask-become-pass --ask-vault-pass
I get this error: {"msg": "'ansible_distribution' is undefined"}
So it seems that on ubuntu-20.04 ansible_distribution var is no longer available and it is replaced and following variables nested under ansible_lsb could be found to determine the distribution and release.
However, I could not get it to work. Have you got any suggestions? Thanks
The text was updated successfully, but these errors were encountered:
Hey I'm trying to install streamio on
When I ran the following code
ansible-playbook -i inventories/development/hosts.ini phishyme.yml --ask-become-pass --ask-vault-pass
I get this error:
{"msg": "'ansible_distribution' is undefined"}
I also did some research and found this blog post:
https://www.claudiokuenzler.com/blog/989/ansible-linux-distribution-release-discovery-handle-ubuntu-20.04
So it seems that on ubuntu-20.04
ansible_distribution
var is no longer available and it is replaced and following variables nested underansible_lsb
could be found to determine the distribution and release.However, I could not get it to work. Have you got any suggestions? Thanks
The text was updated successfully, but these errors were encountered: