File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
collections :
3
3
- name : ansible.controller
4
4
version : 4.4.0
5
- - name : redhat_cop.controller_configuration
6
- version : 2.3.1
5
+ - name : infra.ah_configuration
6
+ version : 2.0.4
7
+ - name : infra.controller_configuration
8
+ version : 2.7.1
7
9
# linux
8
10
- name : ansible.posix
9
11
version : 1.5.4
Original file line number Diff line number Diff line change 15
15
16
16
- name : Default Components
17
17
ansible.builtin.include_role :
18
- name : " redhat_cop .controller_configuration.job_launch"
18
+ name : " infra .controller_configuration.job_launch"
Original file line number Diff line number Diff line change 6
6
tasks :
7
7
- name : Default Components
8
8
ansible.builtin.include_role :
9
- name : " redhat_cop .controller_configuration.{{ item }}"
9
+ name : " infra .controller_configuration.{{ item }}"
10
10
loop : " {{ controller_components }}"
11
11
vars : # noqa var-naming[no-role-prefix]
12
12
controller_components :
59
59
60
60
- name : Demo Components
61
61
ansible.builtin.include_role :
62
- name : " redhat_cop .controller_configuration.{{ item }}"
62
+ name : " infra .controller_configuration.{{ item }}"
63
63
loop : " {{ controller_components }}"
64
64
when :
65
65
- controller_components | d("") | length > 0
You can’t perform that action at this time.
0 commit comments