ansible-role-ansible
ansible-role-ansible copied to clipboard
Ansible Role - Ansible
To install ansible via pip on fresh installs, it might needs somes dependancies (ex : gcc, python-devel, openssl-devel on RHEL) Example in tasks.yml ``` - name: Install dependancies for pip...
# Actual Behaviour If using the [example playbook ](https://github.com/geerlingguy/ansible-role-ansible/blob/e9a19b1a79cff2bfba81911467509169bf65ef84/README.md?plain=1#L48C1-L48C1) The Task fails: ```bash TASK [geerlingguy.ansible : Install Ansible via Pip.] ************************************************************************** fatal: [examle_host]: FAILED! => {"changed": false, "msg": "Unable to...
closes #26