Make the watchtower_memory default an actual default; Fixes https://github.com/davestephens/ansible-nas/issues/435

This commit is contained in:
Wessel van Norel 2021-03-01 13:43:52 +01:00
parent d7269797af
commit 4d864560fe

View file

@ -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