Skip to content

Commit

Permalink
Resolving-conflicts (#2015)
Browse files Browse the repository at this point in the history
Co-authored-by: Matej Stajduhar <[email protected]>
  • Loading branch information
matej5 and Matej Stajduhar authored Oct 9, 2024
1 parent 1e1c155 commit b9f7099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/aws/aws_ses/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
_ses_domain: codeenigma.uk
region: "{{ _aws_region}}"
region: "{{ _aws_region }}"
2 changes: 1 addition & 1 deletion roles/aws/aws_ses/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
profile: "{{ _aws_profile }}"
identity: "{{ _ses_domain }}"
state: present
region: "{{ _aws_region}}"
region: "{{ _aws_region }}"

- name: Gather AWS account ID if it isn't already set.
amazon.aws.aws_caller_info:
Expand Down

0 comments on commit b9f7099

Please sign in to comment.