@@ -13,4 +13,11 @@
- include_role:
name: deploy-operator
tags: prep
+ loop: "{{ operators }}"
+ loop_control:
+ loop_var: op
+ label: "{{ op.op_pkg }}"
+ - include_role:
+ name: clean-cluster
+ tags: cluster
...