mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add unit tests for playbooks, and fix an error caught by one
This commit is contained in:
@@ -22,7 +22,7 @@ class TestRunner(unittest.TestCase):
|
||||
module_name='ping',
|
||||
module_path='library/',
|
||||
module_args=[],
|
||||
remote_user='root',
|
||||
remote_user=self.user,
|
||||
remote_pass=None,
|
||||
host_list='test/ansible_hosts',
|
||||
timeout=5,
|
||||
|
||||
Reference in New Issue
Block a user