diff --git a/roles/autocloud/frontend/tasks/main.yml b/roles/autocloud/frontend/tasks/main.yml index 1084b4c705..44fd174283 100644 --- a/roles/autocloud/frontend/tasks/main.yml +++ b/roles/autocloud/frontend/tasks/main.yml @@ -2,14 +2,15 @@ # Configuration for the Fedora Notifications webapp - name: install needed packages - dnf: pkg={{ item }} state=present - with_items: - - autocloud-common - - autocloud-web - - python-sqlalchemy - - python-sqlalchemy-utils - - python2-flask-restless - - libsemanage-python + package: + state: present + name: + - autocloud-common + - autocloud-web + - python-sqlalchemy + - python-sqlalchemy-utils + - python2-flask-restless + - libsemanage-python notify: - restart apache tags: