From 9e6a6694ac0bb42de4645aad6b7ed6af24a5d3d2 Mon Sep 17 00:00:00 2001 From: yun 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 991ae23123a..85a483a3cf8 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 007a656503c..aaa1bf5841b 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 d5469989c87..3e2125c83d2 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