Skip to content

Commit

Permalink
use infra.controller_configuration collection
Browse files Browse the repository at this point in the history
- updated infra.controller_configuration version from 2.3.1 to 2.7.1
- added latest infra.ah_configuration collection to requirements

Closes #118
  • Loading branch information
jce-redhat committed Mar 23, 2024
1 parent 3468d1c commit 6417554
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions collections/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
collections:
- name: ansible.controller
version: 4.4.0
- name: redhat_cop.controller_configuration
version: 2.3.1
- name: infra.ah_configuration
version: 2.0.4
- name: infra.controller_configuration
version: 2.7.1
# linux
- name: ansible.posix
version: 1.5.4
Expand Down
2 changes: 1 addition & 1 deletion multi_select_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

- name: Default Components
ansible.builtin.include_role:
name: "redhat_cop.controller_configuration.job_launch"
name: "infra.controller_configuration.job_launch"
4 changes: 2 additions & 2 deletions setup_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
tasks:
- name: Default Components
ansible.builtin.include_role:
name: "redhat_cop.controller_configuration.{{ item }}"
name: "infra.controller_configuration.{{ item }}"
loop: "{{ controller_components }}"
vars: # noqa var-naming[no-role-prefix]
controller_components:
Expand Down Expand Up @@ -59,7 +59,7 @@

- name: Demo Components
ansible.builtin.include_role:
name: "redhat_cop.controller_configuration.{{ item }}"
name: "infra.controller_configuration.{{ item }}"
loop: "{{ controller_components }}"
when:
- controller_components | d("") | length > 0
Expand Down

0 comments on commit 6417554

Please sign in to comment.