Skip to content

Commit

Permalink
Add boto3 requirements to route53 module docs (ansible-collections#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr authored and goneri committed Sep 21, 2022
1 parent 7cb5806 commit 2fe7623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
---
module: route53
version_added: 1.0.0
requirements: [ "boto3", "botocore" ]
short_description: add or delete entries in Amazons Route 53 DNS service
description:
- Creates and deletes DNS records in Amazons Route 53 service.
Expand Down

0 comments on commit 2fe7623

Please sign in to comment.