mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 02:41:30 +00:00
Fix code example (#2018)
This commit is contained in:
@@ -79,7 +79,7 @@ except ImportError:
|
||||
|
||||
def main():
|
||||
|
||||
if not HAS_BOTO:
|
||||
if not HAS_BOTO3:
|
||||
module.fail_json(msg='boto required for this module')
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user