Skip to content

Commit 44f3be7

Browse files
committed
remove cron installation
1 parent 314c151 commit 44f3be7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

deploy/playbooks/01_setup.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,3 @@
9292
- name: Display the public key
9393
debug:
9494
msg: "For private repositories, make sure to put this key as deploy key on github: {{ deploy_key.content | b64decode }}"
95-
96-
- name: Install cron
97-
apt:
98-
name: cron
99-
state: present
100-
update_cache: yes
101-
102-
- name: Enable cron service
103-
service:
104-
name: cron
105-
enabled: yes
106-
state: started
107-

0 commit comments

Comments
 (0)