8
roles/guake/tasks/main.yaml
Normal file
8
roles/guake/tasks/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- assert:
|
||||
that: ansible_os_family != 'Darwin' and ansible_os_family != 'Windows'
|
||||
|
||||
- name: install package
|
||||
package:
|
||||
name: guake
|
||||
state: latest
|
||||
Reference in New Issue
Block a user