Skip to content

Commit 37f0970

Browse files
committed
(#39) xmpp2: ansible-lint warning cleanup
1 parent f0587be commit 37f0970

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

xmpp2/codingteam.org.ru.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
ansible.builtin.copy:
4343
src: nginx/conf.d/codingteam.org.ru.conf
4444
dest: /etc/nginx/conf.d/codingteam.org.ru.conf
45+
mode: "u=rx,go=rx"
4546
notify: Reload nginx
4647

4748
- name: Create a directory for the old logs # uploaded manually

xmpp2/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
ansible.builtin.user:
2626
name: '{{ user.name }}'
2727
groups: docker
28-
append: yes
28+
append: true

xmpp2/nginx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@
3838
ansible.builtin.copy:
3939
src: nginx/nginx.conf
4040
dest: /etc/nginx/nginx.conf
41+
mode: "u=rx,go=rx"
4142
notify: Reload nginx

0 commit comments

Comments
 (0)