Browse Source

added space before variable

Signed-off-by: John Lockman <jlockman3@gmail.com>
John Lockman 3 years ago
parent
commit
8374a68b81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/k8s_start_services/tasks/deploy_k8s_services.yml

+ 1 - 1
roles/k8s_start_services/tasks/deploy_k8s_services.yml

@@ -83,7 +83,7 @@
   tags: init
 
 - name: Apply Metallb config
-  command: "kubectl create -f  '{{metallb_config_file_dest }}'"
+  command: "kubectl create -f  '{{ metallb_config_file_dest }}'"
   changed_when: true
   when: "'metallb' not in k8s_pods.stdout"
   tags: init