Skip to content

Commit

Permalink
Changes in change_password modules to execute saveconfig after passwo…
Browse files Browse the repository at this point in the history
…rd change (#464)
  • Loading branch information
shivashankar-vaddepally authored Oct 29, 2024
1 parent bed278f commit 460053d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/change_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
def main():
executor = ModuleExecutor(RESOURCE_NAME)
executor.change_password()
executor.config_save()


if __name__ == "__main__":
Expand Down

0 comments on commit 460053d

Please sign in to comment.