Files
kubespray/roles/bootstrap-os/molecule/default/converge.yml
Max Gautier 0efb415ec6 CI: molecule fixes
- use become: true when running bootstrap-os in molecule
- match host name in bastion-ssh-config to not confuse the provisionner
2025-03-13 10:14:49 +01:00

8 lines
105 B
YAML

---
- name: Converge
hosts: all
gather_facts: false
become: true
roles:
- role: bootstrap-os