Correct package name.

This commit is contained in:
Ralph Bean 2016-03-04 02:25:58 +00:00
parent 5efd4cd82d
commit 578a77c883

View file

@ -4,7 +4,7 @@
- name: install needed packages - name: install needed packages
yum: pkg={{ item }} state=present yum: pkg={{ item }} state=present
with_items: with_items:
- zanata2fedmsg - python-zanata2fedmsg
- libsemanage-python - libsemanage-python
tags: tags:
- packages - packages