Skip to content

Commit

Permalink
Revert empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
abakanovskii committed Sep 20, 2024
1 parent c73eba9 commit 74c927f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/one_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def get_service(module, auth, pred):
found = found + 1
found_service = service
service_name = service["NAME"]

# fail if there are more services with same name
if found > 1:
module.fail_json(msg="There are multiple services with a name: '" +
Expand Down

0 comments on commit 74c927f

Please sign in to comment.