fix: tag problems

This commit is contained in:
Simon Cornet 2026-03-03 12:25:45 +01:00
commit d85df313a5
3 changed files with 6 additions and 7 deletions

View file

@ -6,4 +6,7 @@
name: "{{ __sysctl['name'] }}"
value: "{{ __sysctl['value'] }}"
sysctl_set: true
loop: "{{ sysctl }}"
loop_control:
loop_var: "__sysctl"
tags: "sysctl"