Răsfoiți Sursa

new centos file with dnf instead of yum

Douglas A 4 ani în urmă
părinte
comite
23cbab032c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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