Skip to content

Commit

Permalink
use the right var name 🫠
Browse files Browse the repository at this point in the history
  • Loading branch information
jnqn committed Nov 30, 2023
1 parent c7bc136 commit 054bc4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ansible/group_vars/aws_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ansible_connection: community.aws.aws_ssm
ansible_aws_ssm_timeout: 300 # long enough for operations that don't support async, e.g. unarchive
ansible_aws_ssm_reconnection_retries: 0 # Retrying doesn't work well with shell commands that timeout, better to fail immediately.
ansible_aws_ssm_region: eu-west-2
ansible_aws_ssm_bucket_name: "{{ lookup('aws_ssm', '/ansible/ssm_bucket', region=ansible_aws_ssm_region) }}"
1 change: 0 additions & 1 deletion ansible/group_vars/environment_name_hmpps_oem_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
image_builder_s3_bucket_name: hmpps-oem-software20230608132809146600000002
db_backup_s3_bucket_name: devtest-hmpps-oem-db-backup-bucket-20230801085755707000000001
dns_zone_internal: hmpps-oem.hmpps-test.modernisation-platform.internal
dns_search_domains:
Expand Down

0 comments on commit 054bc4f

Please sign in to comment.