1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add missing import keyword into snippet in Guidelines

PR #36779
This commit is contained in:
Julien Vey 2018-02-27 15:22:00 +01:00 committed by Sviatoslav Sydorenko
parent 443327f665
commit 57f01c63e9

View file

@ -214,7 +214,7 @@ exceptions. Call this on your exception and it will report the error together w
use in Ansible verbose mode. use in Ansible verbose mode.
```python ```python
from ansible.module_utils.aws.core AnsibleAWSModule from ansible.module_utils.aws.core import AnsibleAWSModule
# Set up module parameters # Set up module parameters
... ...