Fix broken deployment due to missing python2
The problem is that Fedora 30 dropped python 2 support while Ansible expects a python2 interpret to be in place.
This can be fixed by adding -e "ansible_python_interpreter=/usr/bin/python3"
to the ansible-playbook
command:
ansible-playbook -i inventory -e "ansible_python_interpreter=/usr/bin/python3" clients.yml