Update docker.yml

This commit is contained in:
olli 2023-07-17 14:46:27 +02:00
parent 147a813064
commit 471016f375

View File

@ -112,7 +112,9 @@
create: yes create: yes
marker: "# {mark} ANSIBLE MANAGED BLOCK" marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: | block: |
# Docker # fix for creating notify.sh directory by docker (volume) if not exists
[ -d /usr/local/bin/notify.sh ] && rmdir /usr/local/bin/notify.sh
g_echo_ok "check for updates" g_echo_ok "check for updates"
# Clean up docker images # Clean up docker images
docker system prune -af docker system prune -af