Skip to content

Commit

Permalink
Use dnf module for Fedora specific installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Markieta committed Mar 16, 2017
1 parent a56481e commit 4ed770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Upgrade the package set
- name: Upgrade all packages
package:
dnf:
name: "*"
state: latest
when: ansible_distribution == "Fedora"
Expand Down

0 comments on commit 4ed770e

Please sign in to comment.