mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix code example (#2018)
This commit is contained in:
parent
1bcc43ca4e
commit
cf804fb0b8
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue