Add waybar service
This commit is contained in:
parent
134fef3e05
commit
11cd572486
2 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue