mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +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
|
purge_subscriptions: False
|
||||||
register: topic_info
|
register: topic_info
|
||||||
- name: Deliver feedback to topic instead of owner email
|
- name: Deliver feedback to topic instead of owner email
|
||||||
ses_identity:
|
aws_ses_identity:
|
||||||
identity: example@example.com
|
identity: example@example.com
|
||||||
state: present
|
state: present
|
||||||
complaint_notifications:
|
complaint_notifications:
|
||||||
@@ -135,7 +135,7 @@ EXAMPLES = '''
|
|||||||
purge_subscriptions: False
|
purge_subscriptions: False
|
||||||
register: topic_info
|
register: topic_info
|
||||||
- name: Delivery notifications to topic
|
- name: Delivery notifications to topic
|
||||||
ses_identity:
|
aws_ses_identity:
|
||||||
identity: example@example.com
|
identity: example@example.com
|
||||||
state: present
|
state: present
|
||||||
delivery_notifications:
|
delivery_notifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user