community.general icon indicating copy to clipboard operation
community.general copied to clipboard

homebrew: Add support for services functions

Open kitizz opened this issue 1 month ago • 10 comments

SUMMARY

Add a homebrew.services module for starting and stopping services that are attached to homebrew packages.

Fixes #8286.

ISSUE TYPE
  • Feature Pull Request
  • New Module/Plugin Pull Request
COMPONENT NAME

homebrew, homebrew_services

ADDITIONAL INFORMATION

Can now make sure a homebrew service is running with:

- name: Ensure the colima service is running
  community.general.homebrew_services:
    name: colima
    state: present

kitizz avatar May 07 '24 07:05 kitizz