mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Add imports for stdlib modules that are used.
This is cleanup that will aid us when we get ziploader implemented for 2.1
This commit is contained in:
parent
107d025d8a
commit
1bc75374dc
8 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import json
|
||||
# Note: modules using this must have from ansible.module_utils.urls import *
|
||||
# before this is imported
|
||||
|
||||
AXAPI_PORT_PROTOCOLS = {
|
||||
'tcp': 2,
|
||||
'udp': 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue