Skip to content
Snippets Groups Projects
Commit 64142c18 authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Update main.yml

parent 6de45de4
No related branches found
No related tags found
No related merge requests found
......@@ -19,13 +19,13 @@
opts: defaults,size={{ live_tmpfs_size }}
state: mounted
- name: Changing the rights on the TMPFS directory
notify: restart nginx
ansible.builtin.file:
path: /var/tmp/nginx-rtmp
owner: nginx
group: root
# not working with a tmpfs (777)
#mode: "0700"
# 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"
...
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