Browse Source

Remove always tag applied on bootstrap (#10556)

pull/10509/merge
yun 1 year ago
committed by GitHub
parent
commit
dcd0edce40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions
  1. 1
      playbooks/cluster.yml
  2. 1
      playbooks/scale.yml
  3. 1
      playbooks/upgrade_cluster.yml

1
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

1
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

1
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

Loading…
Cancel
Save