Replace fake spaces by real ones.
This commit is contained in:
parent
d0d8ababb3
commit
f6d59ed922
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- name: "Create directory {{ volumes['hedgedoc_configdir'] }} with correct permissions"
|
||||
file:
|
||||
path: "{{ volumes['hedgedoc_configdir'] }}"
|
||||
path: "{{ volumes['hedgedoc_configdir'] }}"
|
||||
state: directory
|
||||
owner: "{{ users['hedgedoc'] + uid_shift }}"
|
||||
group: "{{ users['hedgedoc'] + uid_shift }}"
|
||||
|
@ -22,7 +22,7 @@
|
|||
|
||||
- name: "Create directory {{ volumes['hedgedoc_mysql_datadir'] }} with correct permissions"
|
||||
file:
|
||||
path: "{{ volumes['hedgedoc_mysql_datadir'] }}"
|
||||
path: "{{ volumes['hedgedoc_mysql_datadir'] }}"
|
||||
state: directory
|
||||
owner: "{{ users['hedgedoc_mysql'] + uid_shift }}"
|
||||
group: "{{ users['hedgedoc_mysql'] + uid_shift }}"
|
||||
|
|
Loading…
Reference in a new issue