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 f0587be commit 37f0970Copy full SHA for 37f0970
xmpp2/codingteam.org.ru.yml
@@ -42,6 +42,7 @@
42
ansible.builtin.copy:
43
src: nginx/conf.d/codingteam.org.ru.conf
44
dest: /etc/nginx/conf.d/codingteam.org.ru.conf
45
+ mode: "u=rx,go=rx"
46
notify: Reload nginx
47
48
- name: Create a directory for the old logs # uploaded manually
xmpp2/docker.yml
@@ -25,4 +25,4 @@
25
ansible.builtin.user:
26
name: '{{ user.name }}'
27
groups: docker
28
- append: yes
+ append: true
xmpp2/nginx.yml
@@ -38,4 +38,5 @@
38
39
src: nginx/nginx.conf
40
dest: /etc/nginx/nginx.conf
41
0 commit comments