mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix unit tests for change related to local_action
This commit is contained in:
parent
feee4613cd
commit
36b5858f51
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue