mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Don't force down ansible facts back to setup, the setup module won't like parsing them on input and that
data is already there.
This commit is contained in:
@@ -178,6 +178,7 @@ class TestRunner(unittest.TestCase):
|
||||
# almost every time so changed is always true, this just tests that
|
||||
# rewriting the file is ok
|
||||
result = self._run('setup', [ "metadata=%s" % output, "a=2", "b=3", "c=4" ])
|
||||
print "RAW RESULT=%s" % result
|
||||
assert 'md5sum' in result
|
||||
|
||||
def test_async(self):
|
||||
|
||||
Reference in New Issue
Block a user