packages: dnf -> package

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2019-06-11 16:58:05 +01:00
parent d0f4549304
commit 17f147e643

View file

@ -14,10 +14,10 @@
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
command: dnf clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%}
check_mode: no
- name: dnf update fedora-packages packages from main repo
dnf: name="fedora-packages" state=latest
- name: update fedora-packages packages from main repo
package: name="fedora-packages" state=latest
when: not testing
- name: dnf update fedora-packages packages from testing repo
- name: update fedora-packages packages from testing repo
dnf: name="fedora-packages" state=latest enablerepo=infrastructure-tags-stg
when: testing