change to boolean
This commit is contained in:
parent
3e8716c8d8
commit
1bc1deb5d7
@ -18,7 +18,7 @@
|
|||||||
image: "{{ drone_image_name }}"
|
image: "{{ drone_image_name }}"
|
||||||
state: started
|
state: started
|
||||||
env_file: "{{drone_env_file_path}}"
|
env_file: "{{drone_env_file_path}}"
|
||||||
restart: yes
|
restart: true
|
||||||
restart_policy: "unless-stopped"
|
restart_policy: "unless-stopped"
|
||||||
published_ports: "{{ drone_port }}"
|
published_ports: "{{ drone_port }}"
|
||||||
|
|
||||||
@ -28,6 +28,6 @@
|
|||||||
image: "{{ drone_runner_image_name }}"
|
image: "{{ drone_runner_image_name }}"
|
||||||
state: started
|
state: started
|
||||||
env_file: "{{drone_env_file_path}}"
|
env_file: "{{drone_env_file_path}}"
|
||||||
restart: yes
|
restart: true
|
||||||
restart_policy: "unless-stopped"
|
restart_policy: "unless-stopped"
|
||||||
volumes: "{{ drone_docker_socket }}:/var/run/docker.sock"
|
volumes: "{{ drone_docker_socket }}:/var/run/docker.sock"
|
||||||
|
Loading…
Reference in New Issue
Block a user