Explorar o código

new centos file with dnf instead of yum

Douglas A %!s(int64=4) %!d(string=hai) anos
pai
achega
23cbab032c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      centos_update.yml

+ 1 - 1
centos_update.yml

@@ -4,7 +4,7 @@
   become: yes
   tasks:
     - name: update the system
-      yum:
+      dnf:
         name: "*"
         state: latest
     - name: start cockpit