#16 plus-plus-service: dnf -> package, with_item changes
Merged 4 years ago by pingou. Opened 4 years ago by karsten.
Unknown source plus-plus-service  into  master

@@ -2,7 +2,7 @@

  # Configuration for the plus-plus-service webapp

  

  - name: Ensure mod_wsgi is not installed since we're using python3

-   dnf: pkg=mod_wsgi state=absent

+   package: pkg=mod_wsgi state=absent

    tags:

    - pps

    - packages
@@ -14,11 +14,12 @@

    - config

  

  - name: install needed packages

-   dnf: pkg={{ item }} state=present

-   with_items:

-   - plus-plus-service

-   - python3-mod_wsgi

-   - python3-psycopg2

+   package:

+     state: present

+     name:

+     - plus-plus-service

+     - python3-mod_wsgi

+     - python3-psycopg2

    tags:

    - pps

    - packages

no initial comment

rebased onto 585ca393403bc071b192d8ef4c7d330a17ff5b26

4 years ago

rebased onto 585ca393403bc071b192d8ef4c7d330a17ff5b26

4 years ago

Pull-Request has been merged by pingou

4 years ago
Metadata