mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-13 13:02:16 +00:00
Added check_mode attr to synchronize plugin test
* Added check_mode attribute to TaskMock class in the unit test for synchronize plugin * Fixes #352 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
@@ -55,6 +55,7 @@ class TaskMock(object):
|
||||
become = None
|
||||
become_user = None
|
||||
become_method = None
|
||||
check_mode = False
|
||||
|
||||
|
||||
class StdinMock(object):
|
||||
|
||||
Reference in New Issue
Block a user