浏览代码

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
   hosts: all
   become: true
-  become_method: sudo
+  become_method: ansible.builtin.sudo
 
   tasks:
     - name: Install qemu-guest-agent