Skip to content

Commit

Permalink
Add ansible role for testing (#814)
Browse files Browse the repository at this point in the history
* Update tags to test python-ssm-configure role

---------

Co-authored-by: pav <pav.gainda@version1.com>
  • Loading branch information
pavmoj and pav authored May 29, 2024
1 parent d3dbba8 commit 0001f80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/ami_hmpps_domain_services_rhel_8_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ansible_python_interpreter: python3.9

ami_roles_list:
- join-devtest-ad-linux
- python-ssm-configure

# the below vars are defined in multiple groups. Keep the values the same to avoid unexpected behaviour
roles_list: "{{ (ami_roles_list | default([]) | difference(server_type_roles_list | default([]))) + (server_type_roles_list | default([])) }}"
1 change: 0 additions & 1 deletion ansible/group_vars/server_type_hmpps_domain_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ansible_python_interpreter: python3.9

server_type_roles_list:
- join-devtest-ad-linux
- python-ssm-configure

roles_list: "{{ (ami_roles_list | default([]) | difference(server_type_roles_list | default([]))) + (server_type_roles_list | default([])) }}"

0 comments on commit 0001f80

Please sign in to comment.