parent
443327f665
commit
57f01c63e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue