vh-ansible/roles/pve-subscribe/tasks/main.yml

10 lines
267 B
YAML

---
- name: Configuring pve for unsubscribed operation
import_tasks: no-subscription.yml
when: pve_enterprise | default(False) != True
- name: Configuring pve for licensed operation
import_tasks: enterprise.yml
when: pve_enterprise | default(False) == True