Adding etc, flatpak and rpm-ostree role
This commit is contained in:
6
roles/etc/handlers/main.yml
Normal file
6
roles/etc/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Restart chronyd
|
||||
ansible.builtin.systemd:
|
||||
name: chronyd
|
||||
state: restarted
|
||||
enabled: yes
|
||||
become: yes
|
||||
Reference in New Issue
Block a user