From 9cbed5c9c3cca3e8afa6de0a3d553fa3d0130f74 Mon Sep 17 00:00:00 2001 From: Mangiang Date: Tue, 2 Nov 2021 16:23:06 -0400 Subject: [PATCH] test --- .drone-kubernetes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone-kubernetes.yml b/.drone-kubernetes.yml index 7dab271..cca7c8b 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 -o ControlPathDir=/dev/shm/ansible_control_path' - PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPathDir=/dev/shm/ansible_control_path' + ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPath=/dev/shm/' + PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPath=/dev/shm/' when: branch: - master