Skip to content

Commit d580d6e

Browse files
committed
For security test, make sure sshd is running already.
1 parent ee974fd commit d580d6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/security.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
- openssh-server
1616
state: present
1717

18+
- name: Ensure sshd is started.
19+
service:
20+
name: sshd
21+
state: started
22+
1823
# Security test.
1924
- import_playbook: ../security/main.yml
2025
vars:

0 commit comments

Comments
 (0)