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:
Max Gautier
2025-03-12 16:08:59 +01:00
parent 71ae3c78e2
commit 0efb415ec6
2 changed files with 2 additions and 1 deletions

View File

@@ -2,5 +2,6 @@
- name: Converge
hosts: all
gather_facts: false
become: true
roles:
- role: bootstrap-os