Skip to content

Commit

Permalink
Fix elif
Browse files Browse the repository at this point in the history
  • Loading branch information
abakanovskii committed Oct 2, 2024
1 parent a130d15 commit 98dd776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/kutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def main():
changed = True
if not module.check_mode:
keytab.exec_kdestroy()
if keytab.check_ticket_present():
elif keytab.check_ticket_present():
changed = True
if not module.check_mode:
keytab.exec_kdestroy()
Expand Down

0 comments on commit 98dd776

Please sign in to comment.