summaryrefslogtreecommitdiffstats
path: root/molecule/default/converge.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:29 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:29 +0200
commit3cc7bb4b415e758786ed04d3b506031cd9f1971b (patch)
tree2e60192ae61fca19022d9e1b3075edf75e06fe61 /molecule/default/converge.yml
parentaeaa724705363ca104ab4770d844e396795af3ea (diff)
Add the bootstrap role to install archlinux w/testing
Diffstat (limited to 'molecule/default/converge.yml')
-rw-r--r--molecule/default/converge.yml3
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