Skip to content

Commit 708dfb5

Browse files
committed
Another fix, this time for security messages log.
1 parent d580d6e commit 708dfb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/security.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
name: sshd
2121
state: started
2222

23+
- name: Ensure /var/log/messages exists.
24+
file:
25+
path: /var/log/messages
26+
state: touch
27+
mode: 0600
28+
2329
# Security test.
2430
- import_playbook: ../security/main.yml
2531
vars:

0 commit comments

Comments
 (0)