Skip to content

Commit cdadb9b

Browse files
committed
ci: start sshd
1 parent 4eca970 commit cdadb9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/docker/replication.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
package:
6969
name: openssh-clients
7070
state: present
71+
- name: ensure sshd is running
72+
systemd:
73+
name: sshd
74+
state: started
75+
7176
- import_role:
7277
name: ANXS.postgresql
7378
vars:

0 commit comments

Comments
 (0)