13 lines
311 B
YAML
13 lines
311 B
YAML
---
|
|
- 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
|