From fc7378b9a30cc2110e4e17e09dfe53c8a894d809 Mon Sep 17 00:00:00 2001 From: Mangiang Date: Tue, 2 Nov 2021 16:11:54 -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 d1e45e8..1b1c668 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 ControlPath=/dev/shm/' - PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m ControlPath=/dev/shm/' + ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m ControlPathDir=/dev/shm/ansible_control_path' + PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m ControlPathDir=/dev/shm/ansible_control_path' when: branch: - master