mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix unit tests for change related to local_action
This commit is contained in:
@@ -92,6 +92,7 @@ class TestPlayContext(unittest.TestCase):
|
||||
mock_task.become_user = 'mocktaskroot'
|
||||
mock_task.become_pass = 'mocktaskpass'
|
||||
mock_task.no_log = False
|
||||
mock_task._local_action = False
|
||||
|
||||
all_vars = dict(
|
||||
ansible_connection = 'mock_inventory',
|
||||
|
||||
Reference in New Issue
Block a user