diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-04 00:03:39 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-04 00:03:39 +0200 |
| commit | 8826629b44564b3ec3ca57c71563e01f74dd7c78 (patch) | |
| tree | d8b5aeff172b81d95952ca4e12e4b1b9bf335605 /molecule/default/converge.yml | |
| parent | 2de4321b014e8f95b7d7450f78048ffaa7a1a703 (diff) | |
Add proxmox testing and update testing vars
Diffstat (limited to 'molecule/default/converge.yml')
| -rw-r--r-- | molecule/default/converge.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 75790b7..11fdd74 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -35,6 +35,8 @@ dev: "{{ partition_disk }}p3" mount_path: "/mnt" partition_extras: [] + bootstrap_pi: "{{ hostvars['localhost']['test_bootstrap_pi'] }}" + bootstrap_proxmox: "{{ hostvars['localhost']['test_bootstrap_proxmox'] }}" configure_playbook_dir: "../../../ansible-distro-configure" pre_tasks: |
