소스 검색

fix: become methods should be fully-qualified

Christoph Schug 2 년 전
부모
커밋
0621aca3af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ansible/installation/inst-qemu-agent.yaml

+ 1 - 1
ansible/installation/inst-qemu-agent.yaml

@@ -2,7 +2,7 @@
 - name: Install qemu-guest-agent package
 - name: Install qemu-guest-agent package
   hosts: all
   hosts: all
   become: true
   become: true
-  become_method: sudo
+  become_method: ansible.builtin.sudo
 
 
   tasks:
   tasks:
     - name: Install qemu-guest-agent
     - name: Install qemu-guest-agent