diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 514c922..44397fa 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -32,3 +32,4 @@ DRONE_RPC_SECRET: "{{ rpc_secret }}" DRONE_RUNNER_CAPACITY: "2" DRONE_RUNNER_NAME: "drone-docker-runner" + DRONE_RUNNER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock"