fix: problem on the permissions of config file

This commit is contained in:
Adrien Waksberg 2024-02-16 14:00:14 +01:00
parent 45e7e2b509
commit 3632f7a01d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ def test_config_file(host):
assert path.exists
assert path.is_file
assert path.user == 'root'
assert path.group == 'root'
assert path.group == 'kibana'
assert path.mode == 0o644
def test_service(host):

View file

@ -35,7 +35,7 @@
content: '{{ kibana_config | to_yaml }}'
dest: /etc/kibana/kibana.yml
owner: root
group: root
group: kibana
mode: 0640
notify: Restart kibana
tags: kibana