mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-14 16:07:20 +00:00
Make the watchtower_memory default an actual default; Fixes https://github.com/davestephens/ansible-nas/issues/435
This commit is contained in:
parent
d7269797af
commit
4d864560fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue