diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-04 23:42:34 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-04 23:42:34 +0200 |
| commit | 0cd981c9388fb1b054a8dabd3628756d899deb57 (patch) | |
| tree | 2648ba14e970fe584d2f3528967fd3479257db78 /roles/pve-storage/tasks | |
| parent | 71e86f9e3f67124e7a4fba60d23140891cf11ab8 (diff) | |
Add notes about notest tags
Diffstat (limited to 'roles/pve-storage/tasks')
| -rw-r--r-- | roles/pve-storage/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/pve-storage/tasks/main.yml b/roles/pve-storage/tasks/main.yml index 7fb66b87..069766e7 100644 --- a/roles/pve-storage/tasks/main.yml +++ b/roles/pve-storage/tasks/main.yml @@ -6,6 +6,7 @@ pvs: "{{ pve_storage_device }}" state: present tags: + # No block devices available in containers - "molecule-notest" - name: "Create LVM thin pool for PVE storage" @@ -18,6 +19,7 @@ shrink: false state: present tags: + # No block devices available in containers - "molecule-notest" - name: "Register local-lvm storage in PVE" @@ -28,4 +30,5 @@ changed_when: pve_pvesm_add.rc == 0 failed_when: pve_pvesm_add.rc != 0 and 'already defined' not in pve_pvesm_add.stderr tags: + # pvesm binary not available in containers — requires proxmox-ve package - "molecule-notest" |
