switch to using package instead of dnf to manage EL vs fedora
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
5108cfe915
commit
6b89cde78f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
- name: Install required packages
|
||||
dnf: name="{{ item }}" state=installed
|
||||
package: name="{{ item }}" state=installed
|
||||
with_items:
|
||||
- ansible
|
||||
- git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue