Skip to content

Commit

Permalink
Update example for community.general.homebrew_services
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo committed Sep 20, 2024
1 parent 6af74d1 commit 9265b69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/homebrew_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@
state: present
- name: Start the foo service (equivalent to `brew services start foo`)
community.general.homebrew_service:
community.general.homebrew_services:
name: foo
state: present
- name: Restart the foo service (equivalent to `brew services restart foo`)
community.general.homebrew_service:
community.general.homebrew_services:
name: foo
state: restarted
- name: Remove the foo service (equivalent to `brew services stop foo`)
community.general.homebrew_service:
community.general.homebrew_services:
name: foo
service_state: absent
"""
Expand Down

0 comments on commit 9265b69

Please sign in to comment.