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

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

  

rebased onto 8607c1d2e06e3e6c35ac474e372a9ea6a454bb9b

4 years ago

rebased onto 6973a6f556a25c9397dc468f05ae8fcb119133e6

4 years ago

rebased onto 61305b9cde5116aaa4b0c5aca54c130dfa307229

4 years ago

rebased onto 61305b9cde5116aaa4b0c5aca54c130dfa307229

4 years ago

rebased onto 17f147e

4 years ago

Pull-Request has been merged by pingou

4 years ago
Metadata