Skip to content

Commit

Permalink
try: shell to fix fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Oct 27, 2024
1 parent 42ac1ce commit d3a549a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
hosts: all
tasks:
- name: Fix dnf5 issue
package:
name: ansible
ansible.builtin.shell: |
dnf install -y ansible fuse-overlayfs
when: ansible_distribution == "Fedora"

- name: Install fuse-overlayfs
Expand Down

0 comments on commit d3a549a

Please sign in to comment.