Fix aggregator relative paths
@@ -47,7 +47,7 @@
roles:
- role: openshift_facts
tasks:
- - include_tasks: ../../../openshift-master/tasks/wire_aggregator.yml
+ - include_tasks: ../../../../openshift-master/private/tasks/wire_aggregator.yml
# All controllers must be stopped at the same time then restarted
- name: Cycle all controller services to force new leader election mode
@@ -59,7 +59,7 @@