mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Enable emptty for Void desktops
This commit is contained in:
5
ansible/roles/profile_desktop_i3/handlers/main.yml
Normal file
5
ansible/roles/profile_desktop_i3/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Restart emptty
|
||||
ansible.builtin.command: sv restart emptty
|
||||
changed_when: true
|
||||
when: not ansible_check_mode
|
||||
Reference in New Issue
Block a user