Make guake package become root

This commit is contained in:
Kenneth Benzie 2024-04-09 23:18:43 +01:00
parent e82bff66ce
commit c4c03aabf4

View File

@ -3,6 +3,7 @@
that: ansible_os_family != 'Darwin' and ansible_os_family != 'Windows'
- name: install package
become: true
package:
name: guake
state: latest