From 7c939624142390980a32240eed7c8e41672c0524 Mon Sep 17 00:00:00 2001 From: Mangiang Date: Tue, 2 Nov 2021 14:08:00 -0400 Subject: [PATCH] test --- .drone-kubernetes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone-kubernetes.yml b/.drone-kubernetes.yml index 5eb8417..784495e 100644 --- a/.drone-kubernetes.yml +++ b/.drone-kubernetes.yml @@ -80,6 +80,7 @@ steps: ANSIBLE_DEBUG: true PLUGIN_ANSIBLE_DEBUG: true ANSIBLE_CONFIG: "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path" + PLUGIN_ANSIBLE_CONFIG: "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path" when: branch: - master