瀏覽代碼

new centos file with dnf instead of yum

Douglas A 4 年之前
父節點
當前提交
23cbab032c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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