Skip to content

Commit 460053d

Browse files
Changes in change_password modules to execute saveconfig after password change (#464)
1 parent bed278f commit 460053d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/modules/change_password.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
def main():
126126
executor = ModuleExecutor(RESOURCE_NAME)
127127
executor.change_password()
128+
executor.config_save()
128129

129130

130131
if __name__ == "__main__":

0 commit comments

Comments
 (0)