summaryrefslogtreecommitdiff
path: root/roles/apps/etherpad-lite/tasks/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-30 21:46:04 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-30 21:46:04 +0200
commit6025dcf6f3dd7df02284dd6b3a37dd186879196c (patch)
treec567f913b031898cdd8f4c7fb94609f21587fef6 /roles/apps/etherpad-lite/tasks/main.yml
parentapps/nextcloud: migrate to new standalone pod role (diff)
fix pod manifest permissions
Diffstat (limited to 'roles/apps/etherpad-lite/tasks/main.yml')
-rw-r--r--roles/apps/etherpad-lite/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/apps/etherpad-lite/tasks/main.yml b/roles/apps/etherpad-lite/tasks/main.yml
index 416ab7ff..105b89d9 100644
--- a/roles/apps/etherpad-lite/tasks/main.yml
+++ b/roles/apps/etherpad-lite/tasks/main.yml
@@ -100,7 +100,7 @@
kubernetes_standalone_pod:
name: "etherpad-lite-{{ item.key }}"
spec: "{{ lookup('template', 'pod-spec-with-{{ item.value.database.type }}.yml.j2') }}"
- mode: 0600
+ mode: "0600"
config_hash_items:
- path: "{{ etherpad_lite_base_path }}/{{ item.key }}/config/settings.json"
properties: