bugyou: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
9324e76c28
commit
a5f3819d0a
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
|
||||
command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%}
|
||||
always_run: yes
|
||||
- name: yum update bugyou packages from main repo
|
||||
yum: name="bugyou*" state=latest
|
||||
- name: update bugyou packages from main repo
|
||||
package: name="bugyou*" state=latest
|
||||
when: not testing
|
||||
- name: yum update bugyou packages from testing repo
|
||||
yum: name="bugyou*" state=latest enablerepo=infrastructure-tags-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue