change to boolean

This commit is contained in:
vincent 2021-08-16 16:57:23 +02:00
parent 3e8716c8d8
commit 1bc1deb5d7

View File

@ -18,7 +18,7 @@
image: "{{ drone_image_name }}"
state: started
env_file: "{{drone_env_file_path}}"
restart: yes
restart: true
restart_policy: "unless-stopped"
published_ports: "{{ drone_port }}"
@ -28,6 +28,6 @@
image: "{{ drone_runner_image_name }}"
state: started
env_file: "{{drone_env_file_path}}"
restart: yes
restart: true
restart_policy: "unless-stopped"
volumes: "{{ drone_docker_socket }}:/var/run/docker.sock"