diff --git a/setup_demo.yml b/setup_demo.yml index 50cfecc..69e63d1 100644 --- a/setup_demo.yml +++ b/setup_demo.yml @@ -22,7 +22,7 @@ name: "redhat_cop.controller_configuration.{{ item }}" loop: "{{ controller_components }}" when: - - default_components + configuration_components | d("") | length > 0 + - (default_components + configuration_components) | d("") | length > 0 - name: Log Demo ansible.builtin.uri: