mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
fmn-web is still EL7, use yum
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
tasks:
|
||||
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
|
||||
command: dnf clean all
|
||||
command: yum clean all
|
||||
check_mode: no
|
||||
- name: yum update FMN packages from main repo
|
||||
package: name="python-fmn" state=latest
|
||||
|
||||
Reference in New Issue
Block a user