Skip to content

Commit

Permalink
Remove always tag applied on bootstrap (#10556)
Browse files Browse the repository at this point in the history
  • Loading branch information
yckaolalala authored Oct 30, 2023
1 parent 7a0030b commit dcd0edc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion playbooks/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion playbooks/scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion playbooks/upgrade_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcd0edc

Please sign in to comment.