Fix loop label

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-09 19:04:34 -04:00
parent 4b375916e2
commit a563b361e1
+1 -1
View File
@@ -86,7 +86,7 @@
username: '{{ item.username | default(omit) }}'
loop: '{{ ensure_gitea.yum_repository_list }}'
loop_control:
label: '{{ item.name }} will be {{ item.value }}'
label: '{{ item.name }} will be {{ item.state }}'
notify:
- 'ensure_gitea.package_facts'
- 'ensure_gitea.service_facts'