mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Add unit tests for playbooks, and fix an error caught by one
This commit is contained in:
parent
9c5ec886a6
commit
45abe3c16b
4 changed files with 159 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue