Skip to content

Commit 6417554

Browse files
committed
use infra.controller_configuration collection
- updated infra.controller_configuration version from 2.3.1 to 2.7.1 - added latest infra.ah_configuration collection to requirements Closes #118
1 parent 3468d1c commit 6417554

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

collections/requirements.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
collections:
33
- name: ansible.controller
44
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
79
# linux
810
- name: ansible.posix
911
version: 1.5.4

multi_select_setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
- name: Default Components
1717
ansible.builtin.include_role:
18-
name: "redhat_cop.controller_configuration.job_launch"
18+
name: "infra.controller_configuration.job_launch"

setup_demo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
tasks:
77
- name: Default Components
88
ansible.builtin.include_role:
9-
name: "redhat_cop.controller_configuration.{{ item }}"
9+
name: "infra.controller_configuration.{{ item }}"
1010
loop: "{{ controller_components }}"
1111
vars: # noqa var-naming[no-role-prefix]
1212
controller_components:
@@ -59,7 +59,7 @@
5959

6060
- name: Demo Components
6161
ansible.builtin.include_role:
62-
name: "redhat_cop.controller_configuration.{{ item }}"
62+
name: "infra.controller_configuration.{{ item }}"
6363
loop: "{{ controller_components }}"
6464
when:
6565
- controller_components | d("") | length > 0

0 commit comments

Comments
 (0)