mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
amazon/GUIDELINES.md: Fix copy-paste typo (#2060)
This commit is contained in:
@@ -80,7 +80,7 @@ except ImportError:
|
|||||||
def main():
|
def main():
|
||||||
|
|
||||||
if not HAS_BOTO3:
|
if not HAS_BOTO3:
|
||||||
module.fail_json(msg='boto required for this module')
|
module.fail_json(msg='boto3 required for this module')
|
||||||
```
|
```
|
||||||
|
|
||||||
#### boto and boto3 combined
|
#### boto and boto3 combined
|
||||||
|
|||||||
Reference in New Issue
Block a user