Skip to content

Commit

Permalink
dnf is kinda like yum...
Browse files Browse the repository at this point in the history
  • Loading branch information
Aethylred committed Feb 10, 2021
1 parent f550339 commit ecaf5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- block:
- include_tasks: configure_yum.yml
when: ansible_pkg_mgr == 'yum'
when: ansible_pkg_mgr in ['yum', 'dnf']

- include_tasks: configure_apt.yml
when: ansible_pkg_mgr == 'apt'
Expand Down

0 comments on commit ecaf5fd

Please sign in to comment.