Skip to content

Commit

Permalink
try: update ansible with pip?
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Oct 27, 2024
1 parent e691ee2 commit 2c45914
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
- name: Update ansible
ansible.builtin.shell: |
ansible --version
apt-get update && apt-get upgrade -y ansible
apt-get update && apt-get upgrade -y ansible python3-pip
ansible --version
pip3 install -y ansible
ansible --version
delegate_to: localhost
run_once: true
Expand Down

0 comments on commit 2c45914

Please sign in to comment.