Skip to content

Commit be04945

Browse files
authored
Fixed permissions and updated verify.yml (#359)
Added handlers for setting permissions.
1 parent ec92d59 commit be04945

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

molecule/logstash_pipelines/verify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
data_type => list
2626
}
2727
}
28+
mode: preserve
29+
owner: root
30+
group: root
2831
"
29-
3032
- name: Create Syslog output
3133
ansible.builtin.copy:
3234
dest: /etc/logstash/conf.d/syslog/output.conf

0 commit comments

Comments
 (0)