switch this to use package instead of dnf

This commit is contained in:
Kevin Fenzi 2018-01-10 19:20:50 +00:00
parent d611fbf1a7
commit e6971b3d19

View file

@ -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