Fix illegal octal number representation

This commit is contained in:
Francesco Antognazza
2023-08-01 10:27:04 +02:00
parent 6ae079a032
commit a8b33418d2
5 changed files with 10 additions and 10 deletions

View File

@@ -62,7 +62,7 @@
dest: /etc/gitea/mariadb/
owner: containers
group: containers
mode: 0600
mode: "0600"
- name: Create mariadb instance
become_user: containers