From dcd0edce402ba22e41a25e94738657a44126ae88 Mon Sep 17 00:00:00 2001
From: yun <yunchung0529@gmail.com>
Date: Tue, 31 Oct 2023 00:28:52 +0800
Subject: [PATCH] Remove always tag applied on bootstrap (#10556)

---
 playbooks/cluster.yml         | 1 -
 playbooks/scale.yml           | 1 -
 playbooks/upgrade_cluster.yml | 1 -
 3 files changed, 3 deletions(-)

diff --git a/playbooks/cluster.yml b/playbooks/cluster.yml
index 991ae2312..85a483a3c 100644
--- a/playbooks/cluster.yml
+++ b/playbooks/cluster.yml
@@ -14,7 +14,6 @@
     - { role: bastion-ssh-config, tags: ["localhost", "bastion"] }
 
 - name: Gather facts
-  tags: always
   import_playbook: facts.yml
 
 - name: Prepare for etcd install
diff --git a/playbooks/scale.yml b/playbooks/scale.yml
index 007a65650..aaa1bf584 100644
--- a/playbooks/scale.yml
+++ b/playbooks/scale.yml
@@ -14,7 +14,6 @@
     - { role: bastion-ssh-config, tags: ["localhost", "bastion"] }
 
 - name: Gather facts
-  tags: always
   import_playbook: facts.yml
 
 - name: Generate the etcd certificates beforehand
diff --git a/playbooks/upgrade_cluster.yml b/playbooks/upgrade_cluster.yml
index d5469989c..3e2125c83 100644
--- a/playbooks/upgrade_cluster.yml
+++ b/playbooks/upgrade_cluster.yml
@@ -14,7 +14,6 @@
     - { role: bastion-ssh-config, tags: ["localhost", "bastion"] }
 
 - name: Gather facts
-  tags: always
   import_playbook: facts.yml
 
 - name: Download images to ansible host cache via first kube_control_plane node
-- 
GitLab