This commit is contained in:
Sam A. 2023-05-10 22:25:40 +02:00
parent eb0d1f6bb0
commit 0121545e91
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@
loop:
- docker.socket
- docker.service
when: "{{ stop is undefined or not stop }}"
when: stop is undefined or not stop