autocloud/frontend: Convert from dnf/with_items to package/name.

This commit is contained in:
James Antill 2019-06-11 10:32:01 -04:00 committed by pingou
parent c3a95ecd4b
commit 383a0046dd

View file

@ -2,14 +2,15 @@
# Configuration for the Fedora Notifications webapp # Configuration for the Fedora Notifications webapp
- name: install needed packages - name: install needed packages
dnf: pkg={{ item }} state=present package:
with_items: state: present
- autocloud-common name:
- autocloud-web - autocloud-common
- python-sqlalchemy - autocloud-web
- python-sqlalchemy-utils - python-sqlalchemy
- python2-flask-restless - python-sqlalchemy-utils
- libsemanage-python - python2-flask-restless
- libsemanage-python
notify: notify:
- restart apache - restart apache
tags: tags: