Merge branch 'master' of /git/ansible
This commit is contained in:
commit
16d1924eda
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
||||||
- name: yum update fedimg packages from main repo
|
- name: yum update fedimg packages from main repo
|
||||||
yum: name="{{ item }}" state=latest
|
yum: name="{{ item }}" state=latest
|
||||||
with_items:
|
with_items:
|
||||||
- python-fedimg
|
- python2-fedimg
|
||||||
- python2-libcloud
|
- python2-libcloud
|
||||||
- python2-fedfind
|
- python2-fedfind
|
||||||
when: not testing
|
when: not testing
|
||||||
- name: yum update fedimg packages from testing repo
|
- name: yum update fedimg packages from testing repo
|
||||||
yum: name="{{ item }}" state=latest enablerepo=infrastructure-tags-stg
|
yum: name="{{ item }}" state=latest enablerepo=infrastructure-tags-stg
|
||||||
with_items:
|
with_items:
|
||||||
- python-fedimg
|
- python2-fedimg
|
||||||
- python2-libcloud
|
- python2-libcloud
|
||||||
- python2-fedfind
|
- python2-fedfind
|
||||||
when: testing
|
when: testing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue