diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:29 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:29 +0200 |
| commit | 3cc7bb4b415e758786ed04d3b506031cd9f1971b (patch) | |
| tree | 2e60192ae61fca19022d9e1b3075edf75e06fe61 /molecule/default/converge.yml | |
| parent | aeaa724705363ca104ab4770d844e396795af3ea (diff) | |
Add the bootstrap role to install archlinux w/testing
Diffstat (limited to 'molecule/default/converge.yml')
| -rw-r--r-- | molecule/default/converge.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 0a26ebd..b4ea57f 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -3,6 +3,7 @@ hosts: instance gather_facts: true vars: + hostname: "{{ test_hostname }}" partition_wipe: false partition_disk: "{{ test_device }}" partition_boot: @@ -39,6 +40,8 @@ - name: "Get test facts" ansible.builtin.set_fact: test_device: "{{ hostvars['localhost']['test_device'] }}" + test_hostname: "{{ hostvars['localhost']['test_hostname'] }}" roles: - role: partition + - role: bootstrap |
