diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-11-25 21:57:15 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-11-25 21:57:15 +0100 |
commit | a6f89b7835738c68cb597e76008b43839a5221be (patch) | |
tree | 79636ba116eadf86943f6533f765d6e7d7b33e32 /roles/apps/pigallery2/defaults | |
parent | rename postfix/simple to postfix/base (diff) |
extend pix.elevate.at image paths
Diffstat (limited to 'roles/apps/pigallery2/defaults')
-rw-r--r-- | roles/apps/pigallery2/defaults/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/apps/pigallery2/defaults/main.yml b/roles/apps/pigallery2/defaults/main.yml index 3affc3fb..db34ae9a 100644 --- a/roles/apps/pigallery2/defaults/main.yml +++ b/roles/apps/pigallery2/defaults/main.yml @@ -17,4 +17,6 @@ pigallery2_app_gid: "970" # hostname: gallery.example.com # zfs_properties: # quota: 1G -# images_path: /path/to/images +# images_paths: +# example: /path/to/images +# foo: /path/to/foo |