We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558f6a5 commit ea08d41Copy full SHA for ea08d41
xmpp2/loglist.yml
@@ -44,7 +44,7 @@
44
ansible.builtin.file:
45
path: '{{ item }}'
46
state: directory
47
- mode: 'u=rwx,g,o=rx'
+ mode: 'u=rx,g,o=r'
48
loop:
49
- '{{ host_db_init_scripts_dir }}'
50
- '{{ host_data_dir }}'
xmpp2/nginx.yml
@@ -34,7 +34,7 @@
34
ansible.builtin.copy:
35
src: 'nginx/{{ item }}'
36
dest: '/etc/nginx/{{ item }}'
37
- mode: "u=rx,go=rx"
+ mode: 'u=rw,go=r'
38
39
- nginx.conf
40
- ssl.conf
0 commit comments