aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/cronie.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/workstation/tasks/cronie.yml')
-rw-r--r--roles/workstation/tasks/cronie.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/workstation/tasks/cronie.yml b/roles/workstation/tasks/cronie.yml
deleted file mode 100644
index faa1095..0000000
--- a/roles/workstation/tasks/cronie.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- name: install cronie
- ansible.builtin.package:
- name: cronie
- state: present
-
-- name: enable and restart cronie
- ansible.builtin.service:
- name: cronie
- state: restarted
- enabled: true
remember that computers suck.