Infra/ansible/roles/ironicbadger_ansible-role-proxmox-nag-removal/tasks/main.yml

13 lines
311 B
YAML
Raw Normal View History

2022-04-15 15:51:58 +02:00
---
- name: removes subscription nag box
include_tasks: remove-nag.yml
when: remove_nag
- name: remove enterprise repo
include_tasks: remove-enterprise-repo.yml
when: remove_enterprise_repo
- name: add no subcription repo
include_tasks: add-no-subscription-repo.yml
when: add_no_subscription_repo