Infra/ansible/roles/ironicbadger_ansible-role-proxmox-nag-removal/tasks/remove-enterprise-repo.yml
2022-04-15 15:51:58 +02:00

7 lines
136 B
YAML

---
- name: Ensure enterprise repo file is not present
file:
path: /etc/apt/sources.list.d/pve-enterprise.list
state: absent