diff --git a/lib/ansible/modules/cloud/amazon/aws_ses_identity.py b/lib/ansible/modules/cloud/amazon/aws_ses_identity.py index b602f5b4f44..ad4282ea934 100644 --- a/lib/ansible/modules/cloud/amazon/aws_ses_identity.py +++ b/lib/ansible/modules/cloud/amazon/aws_ses_identity.py @@ -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: