Signed-off-by: Khushboodholi <Khushboo.dholi@gmail.com>
@@ -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 }}'"
-
- name: Start k8s dashboard
command: "kubectl create -f '{{ k8s_dashboard_yaml_url }}'"