Преглед на файлове

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