Add Guake role

Fixes #25
This commit is contained in:
2024-04-08 23:54:45 +01:00
parent c5c12ab670
commit a8f255b715
3 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
---
- assert:
that: ansible_os_family != 'Darwin' and ansible_os_family != 'Windows'
- name: install package
package:
name: guake
state: latest