#14 bugyou: yum -> package
Merged 4 years ago by pingou. Opened 4 years ago by nphilipp.
fedora-infra/ nphilipp/ansible master--yum-dnf-package--bugyou  into  master

@@ -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

rebased onto a5f3819

4 years ago

rebased onto a5f3819

4 years ago

Pull-Request has been merged by pingou

4 years ago
Metadata