fix: become methods should be fully-qualified

This commit is contained in:
Christoph Schug 2024-03-03 17:03:06 +01:00
parent 539b98d14b
commit 0621aca3af

View File

@ -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