mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
ansible-report: fix up some more cases
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user