mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-24 10:33:06 +00:00
Merge pull request #436 from delgurth/master
Make the watchtower_memory default an actual default
This commit is contained in:
commit
fcd2798366
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