Skip to content

Commit 6b9ce06

Browse files
committed
codingteam.org.ru: enable the old log location
1 parent 33578b2 commit 6b9ce06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

xmpp2/codingteam.org.ru.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@
4141
src: nginx/conf.d/codingteam.org.ru.conf
4242
dest: /etc/nginx/conf.d/codingteam.org.ru.conf
4343
notify: Reload nginx
44+
45+
- name: Create a directory for the old logs # uploaded manually
46+
ansible.builtin.file:
47+
path: /opt/codingteam/old-logs
48+
state: directory
49+
owner: www-data
50+
group: www-data
51+
mode: "u=rx,go=rx"

0 commit comments

Comments
 (0)