Kaynağa Gözat

updated the file for ansible-lint

Signed-off-by: Khushboodholi <Khushboo.dholi@gmail.com>
Khushboodholi 3 yıl önce
ebeveyn
işleme
e16ef35eb2

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

@@ -36,6 +36,8 @@
 
 - name: Get metallb repo
   command: "helm repo add metallb '{{ metallb_helm_url }}'"
+  changed_when: false
+  tags: init
  
 
 - name: Create MetalLB Setup Config Files
@@ -58,7 +60,8 @@
 
 - name: Deploy Metallb
   command: "helm install metallb metallb/metallb  -f '{{ metallb_config_file_dest }}'"
-
+  changed_when: false
+  tags: init
 
 - name: Start k8s dashboard
   command: "kubectl create -f '{{ k8s_dashboard_yaml_url }}'"