mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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