switch this to use package instead of dnf
This commit is contained in:
parent
d611fbf1a7
commit
e6971b3d19
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
tags: pdc
|
tags: pdc
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
dnf: pkg={{ item }} state=present
|
package: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- patternfly1
|
- patternfly1
|
||||||
- python-pdc
|
- python-pdc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue