mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
CI: molecule fixes
- use become: true when running bootstrap-os in molecule - match host name in bastion-ssh-config to not confuse the provisionner
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
- name: Converge
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
become: true
|
||||
roles:
|
||||
- role: bootstrap-os
|
||||
|
||||
Reference in New Issue
Block a user