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
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ role_name_check: 1
dependency:
name: galaxy
platforms:
- name: ubuntu20
- name: bastion-01
cloud_image: ubuntu-2004
vm_cpu_cores: 1
vm_memory: 512

View File

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