Эх сурвалжийг харах

new centos file with dnf instead of yum

Douglas A 4 жил өмнө
parent
commit
23cbab032c

+ 1 - 1
centos_update.yml

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