mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Ship constants to the modules via internal module params rather than a secondary dict.
This commit is contained in:
@@ -36,7 +36,6 @@ class TestModuleUtilsBasic(unittest.TestCase):
|
||||
dict(
|
||||
ANSIBLE_MODULE_ARGS=dict(
|
||||
foo=False, bar=[1,2,3], bam="bam", baz=u'baz'),
|
||||
ANSIBLE_MODULE_CONSTANTS=dict()
|
||||
))):
|
||||
from ansible.module_utils import basic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user