浏览代码

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