From 2b2620907483a2331019f39d00ce4682f7838c86 Mon Sep 17 00:00:00 2001 From: uumas Date: Thu, 12 Mar 2026 00:53:14 +0200 Subject: [PATCH] systemd: document need for noqa --- roles/systemd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/systemd/README.md b/roles/systemd/README.md index c6a933b..ef7490f 100644 --- a/roles/systemd/README.md +++ b/roles/systemd/README.md @@ -5,5 +5,5 @@ Adds systemd-related notifiable handlers - Apply systemd unit restarts - Restarts multiple systemd units in a single transaction - Units to be restarted are defined in the `systemd_restart_units` variable of type list - - The variable should be set using `ansible.builtin.set_fact` + - The variable should be set using `ansible.builtin.set_fact`, with `# noqa: var-naming[no-role-prefix]` - The list must not be overridden, but appended (`systemd_restart_units: "{{ systemd_restart_units + ['restartme.service'] }}"`