You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/service_fix_obsd.yml

8 lines
514 B
YAML

bugfixes:
- service module, does not permanently configure flags flags on Openbsd when enabling/disabling a service.
- service module, enable/disable is not a exclusive action in checkmode anymore.
breaking_changes:
- service module will not permanently configure variables/flags for openbsd when doing enable/disable operation anymore,
this module was never meant to do this type of work, just to manage the service state itself. A rcctl_config or similar
module should be created and used instead.