Adding etc, flatpak and rpm-ostree role
This commit is contained in:
7
roles/etc/tasks/nts.yml
Normal file
7
roles/etc/tasks/nts.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Enable NTS
|
||||
ansible.builtin.template:
|
||||
src: chrony.conf.j2
|
||||
dest: /etc/chrony.conf
|
||||
become: yes
|
||||
notify: Restart chronyd
|
||||
Reference in New Issue
Block a user