diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-24 00:34:13 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-24 00:34:13 +0200 |
| commit | 59dc46968fff0c0459ff117b54034c60c491b56f (patch) | |
| tree | 5c6ad75df2723e939bc7de2cba119fd3d33a7875 /molecule | |
| parent | d308a9953a881a23afc8cada989548afa1b43d68 (diff) | |
Fix testing of configure role (using configure hostnames)
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/default/prepare.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/molecule/default/prepare.yml b/molecule/default/prepare.yml index bd37f5f..9a9d735 100644 --- a/molecule/default/prepare.yml +++ b/molecule/default/prepare.yml @@ -6,8 +6,8 @@ - name: "Set distro test host name mapping" ansible.builtin.set_fact: distro_hostname_mapping: - archlinux: "archlinux.local" - ubuntu: "ubuntu.local" + archlinux: "desktop.local" + ubuntu: "laptop.local" raspberrypi: "rpi5.local" - name: "Create virtual disk image" |
