diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-22 12:35:05 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-22 12:35:05 +0200 |
| commit | f4977c88f9bef271fdb7f4e972c2a6dfa8124d33 (patch) | |
| tree | 8d6b3d8db06a7f86f1874efd0b8b6fc9cd9f0acb /molecule/proxmox | |
| parent | a270d065688b4f78047708f32322a5b96312e8fa (diff) | |
Rename proxmox-ve role to pve
Diffstat (limited to 'molecule/proxmox')
| -rw-r--r-- | molecule/proxmox/converge.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/molecule/proxmox/converge.yml b/molecule/proxmox/converge.yml index a75f33ce..ace4aa74 100644 --- a/molecule/proxmox/converge.yml +++ b/molecule/proxmox/converge.yml @@ -48,7 +48,7 @@ ansible.builtin.set_fact: ansible_facts: "{{ ansible_facts | combine({'is_chroot': false}) }}" roles: - - role: "proxmox-ve" + - role: "pve" - role: "locales" - role: "timezone" - role: "bash" |
