mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Indentation
This commit is contained in:
parent
b80a1a9799
commit
f06a1d5231
1 changed files with 4 additions and 4 deletions
|
@ -137,10 +137,10 @@
|
|||
password: "{{ nextcloud_dbpassword }}"
|
||||
priv: "{{ nextcloud_dbname }}.*:ALL,GRANT"
|
||||
with_items:
|
||||
- "{{ nextcloud_dbhost }}"
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- localhost
|
||||
- "{{ nextcloud_dbhost }}"
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- localhost
|
||||
when: mysql_enabled and nextcloud_enabled
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue