Skip to content

Commit

Permalink
try: update ansible of runner
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Oct 27, 2024
1 parent 0ecae08 commit d2ffe3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
- name: Update ansible
ansible.builtin.shell: |
ansible --version
apt-get update
apt-get upgrade -y ansible
apt-get update && apt-get upgrade -y ansible
delegate_to: localhost
# when: ansible_distribution == "Fedora"
# - name: Fix dnf5 issue
Expand Down

0 comments on commit d2ffe3e

Please sign in to comment.