fix: tags

This commit is contained in:
Simon Cornet 2026-03-03 12:27:53 +01:00
commit 6906d1d9bf

View file

@ -150,7 +150,7 @@
# systemctl # systemctl
- name: "sysctl - set systemctl" - name: "sysctl - set systemctl"
ansible.builtin.import_tasks: "systemctl.yaml" ansible.builtin.include_tasks: "systemctl.yaml"
loop: "{{ systemctl }}" loop: "{{ systemctl }}"
loop_control: loop_control:
loop_var: "__systemctl" loop_var: "__systemctl"