Procházet zdrojové kódy

fix: become methods should be fully-qualified

Christoph Schug před 2 roky
rodič
revize
0621aca3af
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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