From 3cc7bb4b415e758786ed04d3b506031cd9f1971b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:29 +0200 Subject: Add the bootstrap role to install archlinux w/testing --- molecule/default/converge.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'molecule/default/converge.yml') 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 -- cgit v1.2.3