소스 검색

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