Commit b18be4b9 authored by nimrod's avatar nimrod
Browse files

Update playbook: Update the SSM param module.

Also set the region, Am I Live is running in a region different to the
default.
parent 8f4cdf07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---
collections:
  - name: amazon.aws
    version: '>=3.2.0'
    version: '>=5'
  - name: community.aws
    version: '>=3.2.0'
    version: '>=5'
+4 −2
Original line number Diff line number Diff line
@@ -123,8 +123,9 @@
      become: false
      delegate_to: localhost
      run_once: true
      community.aws.aws_ssm_parameter_store:
      community.aws.ssm_parameter:
        name: &send_sms_param /amilive/prod/send_sms_notifications
        region: &region eu-west-2
        state: present
        value: "false"

@@ -172,7 +173,8 @@
      become: false
      delegate_to: localhost
      run_once: true
      community.aws.aws_ssm_parameter_store:
      community.aws.ssm_parameter:
        name: *send_sms_param
        region: *region
        state: present
        value: "true"