From 0001f80b0b5c5383954d1f8dfbb5d970c514229b Mon Sep 17 00:00:00 2001 From: pavmoj <142988272+pavmoj@users.noreply.github.com> Date: Wed, 29 May 2024 15:57:42 +0100 Subject: [PATCH] Add ansible role for testing (#814) * Update tags to test python-ssm-configure role --------- Co-authored-by: pav --- ansible/group_vars/ami_hmpps_domain_services_rhel_8_5.yml | 2 +- ansible/group_vars/server_type_hmpps_domain_services.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/group_vars/ami_hmpps_domain_services_rhel_8_5.yml b/ansible/group_vars/ami_hmpps_domain_services_rhel_8_5.yml index d5bf9ca43..47c4e62f3 100644 --- a/ansible/group_vars/ami_hmpps_domain_services_rhel_8_5.yml +++ b/ansible/group_vars/ami_hmpps_domain_services_rhel_8_5.yml @@ -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([])) }}" diff --git a/ansible/group_vars/server_type_hmpps_domain_services.yml b/ansible/group_vars/server_type_hmpps_domain_services.yml index 378e6697f..4c486fb0e 100644 --- a/ansible/group_vars/server_type_hmpps_domain_services.yml +++ b/ansible/group_vars/server_type_hmpps_domain_services.yml @@ -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([])) }}"