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 33578b2 commit 6b9ce06Copy full SHA for 6b9ce06
xmpp2/codingteam.org.ru.yml
@@ -41,3 +41,11 @@
41
src: nginx/conf.d/codingteam.org.ru.conf
42
dest: /etc/nginx/conf.d/codingteam.org.ru.conf
43
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