diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-03 23:43:17 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-03 23:44:47 +0200 |
| commit | 97c97e7b9880a90b2e54dd2b5f02aaf65824fb1f (patch) | |
| tree | d0f0086ead57a6e798aac3038298cc557c30c6cd /roles/pve/tasks/main.yml | |
| parent | 005c49353a6a71954e6a975a43989ded1786022a (diff) | |
Refactor pve roles to create storage separately
Diffstat (limited to 'roles/pve/tasks/main.yml')
| -rw-r--r-- | roles/pve/tasks/main.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/pve/tasks/main.yml b/roles/pve/tasks/main.yml index 7a314325..30304e85 100644 --- a/roles/pve/tasks/main.yml +++ b/roles/pve/tasks/main.yml @@ -61,14 +61,6 @@ tags: - "molecule-notest" -- name: "Create LVM volume group for PVE storage" - become: true - ansible.builtin.command: - cmd: "vgcreate {{ pve_lvm_vg_name }} {{ pve_lvm_device }}" - creates: "/dev/{{ pve_lvm_vg_name }}" - tags: - - "molecule-notest" - - name: "Enable and start Proxmox VE services" become: true ansible.builtin.systemd_service: |
