Commit 5db229d
Remove unsupported
The `use` directive was consumed by the `service` action plugin to
force the generic SysV `service` backend instead of auto-detecting
systemd. Newer ansible-core (2.20+) no longer handles it in the action
plugin, so it gets passed through to the underlying module and fails:
Unsupported parameters for (ansible.legacy.service) module: use
Dropping it lets the service module auto-detect the init system, which
is systemd on Trellis's supported Ubuntu targets.
Fixes #1668
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>use param from nginx service task1 parent c1f395a commit 5db229d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
0 commit comments