Explorar el Código

new centos file with dnf instead of yum

Douglas A hace 4 años
padre
commit
23cbab032c
Se han modificado 1 ficheros con 1 adiciones y 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