Skip to content

Commit 0f084b1

Browse files
committed
ci: add cron
1 parent f9513cd commit 0f084b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/docker/replication.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,18 @@
7272
package:
7373
name: openssh-server
7474
state: present
75+
- name: install cron
76+
package:
77+
name: cronie
78+
state: present
7579
- name: ensure sshd is running
7680
systemd:
7781
name: sshd
7882
state: started
83+
- name: ensure cron is running
84+
systemd:
85+
name: crond
86+
state: started
7987

8088
- import_role:
8189
name: ANXS.postgresql

0 commit comments

Comments
 (0)