diff --git a/plugins/modules/homebrew_services.py b/plugins/modules/homebrew_services.py index 5d84563d33..750e771fc3 100644 --- a/plugins/modules/homebrew_services.py +++ b/plugins/modules/homebrew_services.py @@ -72,7 +72,7 @@ EXAMPLES = r""" - name: Remove the foo service (equivalent to `brew services stop foo`) community.general.homebrew_services: name: foo - service_state: absent + state: absent """ RETURN = r"""