mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
fix: become methods should be fully-qualified
This commit is contained in:
parent
539b98d14b
commit
0621aca3af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user