Skip to content

Commit

Permalink
Sanity & QA, Part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgetwan committed Jan 24, 2025
1 parent 19edaca commit e33b35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def post(self):
"new",
"fix_all",
"monitor_undecided_services",
"refresh"
"refresh",
]:
options["monitor_undecided_services"] = True
if self.params.get("state") in ["remove", "fix_all", "refresh"]:
Expand All @@ -255,7 +255,7 @@ def post(self):
"new",
"fix_all",
"only_host_labels",
"refresh"
"refresh",
]:
options["update_host_labels"] = True

Expand Down

0 comments on commit e33b35f

Please sign in to comment.