diff --git a/roles/bastion-ssh-config/molecule/default/molecule.yml b/roles/bastion-ssh-config/molecule/default/molecule.yml index 68626edce..4c8485313 100644 --- a/roles/bastion-ssh-config/molecule/default/molecule.yml +++ b/roles/bastion-ssh-config/molecule/default/molecule.yml @@ -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 diff --git a/roles/bootstrap-os/molecule/default/converge.yml b/roles/bootstrap-os/molecule/default/converge.yml index 89a832559..0463f64db 100644 --- a/roles/bootstrap-os/molecule/default/converge.yml +++ b/roles/bootstrap-os/molecule/default/converge.yml @@ -2,5 +2,6 @@ - name: Converge hosts: all gather_facts: false + become: true roles: - role: bootstrap-os