Skip to content

Commit

Permalink
try: install ansible in fedora41
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Oct 27, 2024
1 parent f8f361a commit 82a540e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---

- name: Install docker driver
hosts: all
tasks:
- name: Fix dnf5 issue
package:
name: ansible
when: ansible_distribution == "Fedora"

- name: Install fuse-overlayfs
package:
name: fuse-overlayfs
Expand Down

0 comments on commit 82a540e

Please sign in to comment.