Explorar o código

fix: become methods should be fully-qualified

Christoph Schug %!s(int64=2) %!d(string=hai) anos
pai
achega
0621aca3af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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