ansible-report: fix up some more cases
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
918c33bb31
commit
6decdf58bf
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
- autocloud/backend
|
||||
|
||||
- name: install virtualbox basics where needed
|
||||
package:
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- VirtualBox-4.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue