diff --git a/.drone-kubernetes.yml b/.drone-kubernetes.yml index 07b6aff..5eb8417 100644 --- a/.drone-kubernetes.yml +++ b/.drone-kubernetes.yml @@ -79,6 +79,7 @@ steps: from_secret: deploy_path ANSIBLE_DEBUG: true PLUGIN_ANSIBLE_DEBUG: true + ANSIBLE_CONFIG: "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path" when: branch: - master diff --git a/ansible.cfg b/ansible.cfg deleted file mode 100644 index 85b0558..0000000 --- a/ansible.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[ssh_connection] -control_path_dir=/dev/shm/ansible_control_path \ No newline at end of file