Pārlūkot izejas kodu

new centos file with dnf instead of yum

Douglas A 4 gadi atpakaļ
vecāks
revīzija
23cbab032c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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