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