diff --git a/.drone-kubernetes.yml b/.drone-kubernetes.yml index 73e1d42..d1e45e8 100644 --- a/.drone-kubernetes.yml +++ b/.drone-kubernetes.yml @@ -81,8 +81,8 @@ steps: PLUGIN_ANSIBLE_DEBUG: true ANSIBLE_CONTROL_PATH: /dev/shm/ PLUGIN_ANSIBLE_CONTROL_PATH: /dev/shm/ - ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m' - PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m' + ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m ControlPath=/dev/shm/' + PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m ControlPath=/dev/shm/' when: branch: - master