From 4d864560fe28e9a74aa02b488bcc9b018c3eea82 Mon Sep 17 00:00:00 2001 From: Wessel van Norel Date: Mon, 1 Mar 2021 13:43:52 +0100 Subject: [PATCH] Make the watchtower_memory default an actual default; Fixes https://github.com/davestephens/ansible-nas/issues/435 --- roles/watchtower/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/watchtower/defaults/main.yml b/roles/watchtower/defaults/main.yml index 57773794..cdb8bcd9 100644 --- a/roles/watchtower/defaults/main.yml +++ b/roles/watchtower/defaults/main.yml @@ -17,4 +17,4 @@ watchtower_command: "--schedule '{{ watchtower_cron_schedule }}'" # watchtower_command: "--schedule '{{ watchtower_cron_schedule }}' --notifications 'slack' --notification-slack-hook-url 'https://hooks.slack.com/services/xxx/yyyyyyyyyyyyyyy' --notification-slack-identifier 'ansible-nas'" # specs -memory: "{{ watchtower_memory }}" +watchtower_memory: 1g