Skip to content

Commit

Permalink
Update the provided ansible to a later version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Cripps committed Jul 2, 2021
1 parent 5560783 commit 6aba02a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/awx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
responses:
(?i)password: "{{ awx_password }}"

- name: uninstall ansible
command: docker exec awx_task /usr/bin/pip3 uninstall -y ansible

- name: install ansible
command: docker exec awx_task /usr/bin/pip3 install ansible

#TODO: change this to be https://ansible.nodejs.org and remove verify_ssl
- name: create /root/.tower_cli.cfg
blockinfile:
Expand Down

0 comments on commit 6aba02a

Please sign in to comment.