summaryrefslogtreecommitdiffstats
path: root/roles/openshift_web_console/tasks/main.yml
blob: 937bebf259320abf5b8dbaab7be79ebdf7167619 (plain)
1
2
3
4
5
6
7
8
---
# do any asserts here

- include_tasks: install.yml
  when: openshift_web_console_install | default(true) | bool

- include_tasks: remove.yml
  when: not openshift_web_console_install | default(true) | bool