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
package:
name=["python2-fedimg", "python2-libcloud", "python2-fedfind", "python2-toml", "python-vcrpy"]
state=latest
name: ["python2-fedimg", "python2-libcloud", "python2-fedfind", "python2-toml", "python-vcrpy"]
state: latest
when: not testing
- name: update fedimg packages from testing repo
yum:
name=["python2-fedimg", "python2-libcloud", "python2-fedfind", "python2-toml", "python-vcrpy"]
state=latest
enablerepo=infrastructure-tags-stg
name: [python2-fedimg", "python2-libcloud", "python2-fedfind", "python2-toml", "python-vcrpy"]
state: latest
enablerepo: infrastructure-tags-stg
when: testing
- name: verify the backend and restart it

View file

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

View file

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