ansible-report: fix up some more cases

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-06-11 15:25:28 +00:00
parent 918c33bb31
commit 6decdf58bf
3 changed files with 8 additions and 8 deletions

View file

@ -15,15 +15,15 @@
- name: update fedimg packages from main repo - name: update fedimg packages from main repo
package: package:
name=["python2-fedimg", "python2-libcloud", "python2-fedfind", "python2-toml", "python-vcrpy"] name: ["python2-fedimg", "python2-libcloud", "python2-fedfind", "python2-toml", "python-vcrpy"]
state=latest state: latest
when: not testing when: not testing
- name: update fedimg packages from testing repo - name: update fedimg packages from testing repo
yum: yum:
name=["python2-fedimg", "python2-libcloud", "python2-fedfind", "python2-toml", "python-vcrpy"] name: [python2-fedimg", "python2-libcloud", "python2-fedfind", "python2-toml", "python-vcrpy"]
state=latest state: latest
enablerepo=infrastructure-tags-stg enablerepo: infrastructure-tags-stg
when: testing when: testing
- name: verify the backend and restart it - name: verify the backend and restart it

View file

@ -14,8 +14,8 @@
check_mode: no check_mode: no
- name: update PDC packages - name: update PDC packages
package: package:
name=["pdc-client", "pdc-updater", "libmodulemd", "python2-productmd"] name: ["pdc-client", "pdc-updater", "libmodulemd", "python2-productmd"]
state=latest state: latest
roles: roles:
- pdc/backend - pdc/backend

View file

@ -93,7 +93,7 @@
- autocloud/backend - autocloud/backend
- name: install virtualbox basics where needed - name: install virtualbox basics where needed
package: package:
state: present state: present
name: name:
- VirtualBox-4.3 - VirtualBox-4.3