Add waybar service

This commit is contained in:
Yorick Barbanneau 2023-03-07 22:48:12 +01:00
parent 134fef3e05
commit 11cd572486
2 changed files with 18 additions and 1 deletions

View file

@ -115,8 +115,11 @@
- name: Activate Import Gsettings service
ansible.builtin.systemd:
name: 'import-gsettings.service'
name: '{{ item }}'
scope: user
state: started
loop:
- import-gsettings.service
- waybar.service
when: service_file is changed and not ansible_check_mode