summaryrefslogtreecommitdiff
path: root/roles/chrony/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/chrony/tasks/main.yml')
-rw-r--r--roles/chrony/tasks/main.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/chrony/tasks/main.yml b/roles/chrony/tasks/main.yml
deleted file mode 100644
index d220af30..00000000
--- a/roles/chrony/tasks/main.yml
+++ /dev/null
@@ -1,11 +0,0 @@
----
-- name: install chrony
- apt:
- name: chrony
- state: present
-
-- name: install chrony configuration
- template:
- src: chrony.conf.j2
- dest: /etc/chrony/chrony.conf
- notify: restart chrony