Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions roles/aws/aws_ses/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
identity: "{{ _ses_domain }}"
state: present
region: "{{ _aws_region }}"
delegate_to: localhost

- name: Gather AWS account ID if it isn't already set.
amazon.aws.aws_caller_info:
Expand Down
18 changes: 0 additions & 18 deletions roles/aws/aws_ses/templates/fetch_account_id.py.j2

This file was deleted.

Loading