diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:13:48 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:13:48 +0000 |
| commit | 40c0d09945fdf21601b5b62af9d16b0c254a92b6 (patch) | |
| tree | 3e993f708a3bc073f08290b836340d6131ba3eaf /roles/nextcloud/defaults/main.yaml | |
| parent | 6c8156a62ee472e5ecefdc1bc3f97b4dd8a72b68 (diff) | |
draft: alpine stuff
Diffstat (limited to 'roles/nextcloud/defaults/main.yaml')
| -rw-r--r-- | roles/nextcloud/defaults/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/nextcloud/defaults/main.yaml b/roles/nextcloud/defaults/main.yaml index cd11c66..b0c20f3 100644 --- a/roles/nextcloud/defaults/main.yaml +++ b/roles/nextcloud/defaults/main.yaml @@ -1,8 +1,8 @@ # Default Values --- -nextcloud_uid: "1000" -nextcloud_gid: "1000" +nextcloud_uid: "1001" +nextcloud_gid: "1001" nextcloud_tz: 'America/Toronto' nextcloud_data_root: '' nextcloud_host_port: '' |
