This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ from ansible.module_utils._text import to_bytes
|
||||
|
||||
|
||||
def set_module_args(args):
|
||||
args = json.dumps({'ANSIBLE_MODULE_ARGS': args})
|
||||
args = json.dumps({"ANSIBLE_MODULE_ARGS": args})
|
||||
basic._ANSIBLE_ARGS = to_bytes(args)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import pytest
|
||||
|
||||
gandi_cli = pytest.importorskip('lexicon')
|
||||
gandi_cli = pytest.importorskip("lexicon")
|
||||
|
||||
|
||||
def test_TODO():
|
||||
|
||||
Reference in New Issue
Block a user