Skip to content

Commit 9afa8bb

Browse files
author
Shiva Shankar Vaddepally
committed
missing comma
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent 5601138 commit 9afa8bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/module_utils/module_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ def main(self):
963963
"flushed",
964964
"switched",
965965
"unset",
966-
"renamed"
966+
"renamed",
967967
"applied",
968968
}:
969969
state_action_map = {

0 commit comments

Comments
 (0)