Remove always tag applied on bootstrap (#10556)
parent
7a0030b145
commit
dcd0edce40
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue