mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
[aws] Doc fix for aws_ses_identity (#41194)
Examples have a typo of ses_identity instead of aws_ses_identity. Fixed that and proposing these changes here. +label: docsite_pr
This commit is contained in:
committed by
Ryan Brown
parent
1a70681630
commit
0512e9656b
@@ -115,7 +115,7 @@ EXAMPLES = '''
|
||||
purge_subscriptions: False
|
||||
register: topic_info
|
||||
- name: Deliver feedback to topic instead of owner email
|
||||
ses_identity:
|
||||
aws_ses_identity:
|
||||
identity: example@example.com
|
||||
state: present
|
||||
complaint_notifications:
|
||||
@@ -135,7 +135,7 @@ EXAMPLES = '''
|
||||
purge_subscriptions: False
|
||||
register: topic_info
|
||||
- name: Delivery notifications to topic
|
||||
ses_identity:
|
||||
aws_ses_identity:
|
||||
identity: example@example.com
|
||||
state: present
|
||||
delivery_notifications:
|
||||
|
||||
Reference in New Issue
Block a user