From 0512e9656bbe4ab271dad15f950494305562d1ce Mon Sep 17 00:00:00 2001 From: Abhishek Garg Date: Wed, 6 Jun 2018 16:10:20 -0400 Subject: [PATCH] [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 --- lib/ansible/modules/cloud/amazon/aws_ses_identity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: