mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-26 21:59:38 -07:00
parent
a8977afb04
commit
74b6a0294a
127 changed files with 237 additions and 212 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.compat import unittest
|
||||
from ansible_collections.community.general.plugins.modules import interfaces_file
|
||||
from shutil import copyfile, move
|
||||
import difflib
|
||||
|
|
@ -18,6 +17,7 @@ import os
|
|||
import re
|
||||
import shutil
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
|
||||
class AnsibleFailJson(Exception):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue