Add gnome-tweaks role
This commit is contained in:
parent
c4ac91f163
commit
66e7d9dc76
@ -4,6 +4,8 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- role: cider
|
- role: cider
|
||||||
|
- role: gnome-tweaks
|
||||||
|
when: "'GNOME' in ansible_env.XDG_CURRENT_DESKTOP and"
|
||||||
- role: kitty
|
- role: kitty
|
||||||
- role: xremap
|
- role: xremap
|
||||||
when: >
|
when: >
|
||||||
|
9
roles/gnome-tweaks/tasks/main.yaml
Normal file
9
roles/gnome-tweaks/tasks/main.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- assert:
|
||||||
|
that: "'GNOME' in ansible_env.XDG_CURRENT_DESKTOP"
|
||||||
|
|
||||||
|
- name: install gnome-tweaks
|
||||||
|
become: true
|
||||||
|
package:
|
||||||
|
name: gnome-tweaks
|
||||||
|
state: latest
|
Loading…
x
Reference in New Issue
Block a user