summaryrefslogtreecommitdiffstats
path: root/roles/pve-storage/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pve-storage/tasks/main.yml')
-rw-r--r--roles/pve-storage/tasks/main.yml3
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"