Tower > Controller

This commit is contained in:
willtome
2022-02-10 15:54:00 -06:00
parent e9a628a511
commit bfb11d11a5

View File

@@ -7,7 +7,7 @@
tasks:
- name: setup components
include_role:
name: "redhat_cop.tower_configuration.{{ item }}"
name: "redhat_cop.controller_configuration.{{ item }}"
loop: "{{ controller_components }}"
when:
- controller_components | d("") | length > 0