mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Remove comments about import order
No longer needed as AnsiballZ fixed this
This commit is contained in:
parent
2fc7c14dca
commit
0aa7c06395
1 changed files with 0 additions and 6 deletions
|
@ -31,11 +31,6 @@ This module adds shared support for generic api modules
|
||||||
In order to use this module, include it as part of a custom
|
In order to use this module, include it as part of a custom
|
||||||
module as shown below.
|
module as shown below.
|
||||||
|
|
||||||
** Note: The order of the import statements does matter. **
|
|
||||||
|
|
||||||
from ansible.module_utils.basic import *
|
|
||||||
from ansible.module_utils.api import *
|
|
||||||
|
|
||||||
The 'api' module provides the following common argument specs:
|
The 'api' module provides the following common argument specs:
|
||||||
|
|
||||||
* rate limit spec
|
* rate limit spec
|
||||||
|
@ -45,7 +40,6 @@ The 'api' module provides the following common argument specs:
|
||||||
* retry spec
|
* retry spec
|
||||||
- retries: number of attempts
|
- retries: number of attempts
|
||||||
- retry_pause: delay between attempts in seconds
|
- retry_pause: delay between attempts in seconds
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue