From 743fce09e9c611196c60aacfb8e268a46fb2ab18 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 18 Aug 2020 09:29:58 -0400 Subject: [PATCH] Updating file modes for ansible changes --- molecule/test-local/prepare.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/test-local/prepare.yml b/molecule/test-local/prepare.yml index 506741b2..7f7d1f7b 100644 --- a/molecule/test-local/prepare.yml +++ b/molecule/test-local/prepare.yml @@ -22,6 +22,7 @@ regexp: 8443 replace: "{{ lookup('env', 'KIND_PORT') }}" path: '{{ kubeconfig }}' + mode: 0644 delegate_to: localhost - name: Wait for the Kubernetes API to become available (this could take a minute)