mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
We need module args specific parsing classes.
This commit is contained in:
@@ -47,7 +47,6 @@ class TestTask(unittest.TestCase):
|
||||
def test_can_auto_name(self):
|
||||
assert 'name' not in kv_shell_task
|
||||
t = Task.load(kv_shell_task)
|
||||
print "GOT NAME=(%s)" % t.name
|
||||
assert t.name == 'shell echo hi'
|
||||
|
||||
def test_can_auto_name_with_role(self):
|
||||
|
||||
Reference in New Issue
Block a user