This commit is contained in:
willtome
2022-09-08 11:49:59 -04:00
parent c214572924
commit e40e5ad1e7

View File

@@ -22,7 +22,7 @@
name: "redhat_cop.controller_configuration.{{ item }}" name: "redhat_cop.controller_configuration.{{ item }}"
loop: "{{ controller_components }}" loop: "{{ controller_components }}"
when: when:
- (default_components + configuration_components) | d("") | length > 0 - (default_components + controller_components) | d("") | length > 0
- name: Log Demo - name: Log Demo
ansible.builtin.uri: ansible.builtin.uri: