Skip to content

Commit 1935811

Browse files
updates
1 parent 46a51a5 commit 1935811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/junos_install_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def main():
245245
logfile=dict(required=False, default=None),
246246
savedir=dict(required=False),
247247
timeout=dict(required=False, default=0)),
248-
supports_check_mode = True )
248+
supports_check_mode = False )
249249

250250
args = module.params
251251

0 commit comments

Comments
 (0)