Skip to content
Snippets Groups Projects
Commit 40be0d60 authored by Antoine Schildknecht's avatar Antoine Schildknecht
Browse files

Fix lint

parent 8e78eed5
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,12 @@
state: mounted
# not working with a tmpfs (mode=777, user=group=root)
#- name: Changing the rights on the TMPFS directory
# notify: restart nginx
# ansible.builtin.file:
# path: /var/tmp/nginx-rtmp
# owner: nginx
# group: root
# mode: "0700"
# - name: Changing the rights on the TMPFS directory
# notify: restart nginx
# ansible.builtin.file:
# path: /var/tmp/nginx-rtmp
# owner: nginx
# group: root
# mode: "0700"
...
---
- name: ensure journald logs persistence is enabled
ansible.builtin.file:
path: /var/log/journal
state: directory
# let system decide directory rights
#mode: "02755"
# mode: "02755"
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment