Skip to content

Commit

Permalink
fix path to dnf5 tasks in vms playbook (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq authored Oct 10, 2024
1 parent 0b08478 commit 7f29abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# - name: Clean DNF
# shell: dnf clean all

- import_tasks: roles/pkg_mgmt/dnf/tasks/dnf5.yml
- import_tasks: roles/pkg_mgmt/dnf/tasks/update.yml
- import_tasks: ../roles/pkg_mgmt/dnf/tasks/dnf5.yml
- import_tasks: ../roles/pkg_mgmt/dnf/tasks/update.yml

- name: Check if reboot required
stat:
Expand Down

0 comments on commit 7f29abb

Please sign in to comment.