Ensure variable name consistency

This commit is contained in:
Jason Rothstein 2022-06-05 22:19:13 -05:00
parent f57348cc45
commit f8cd1efdde

View File

@ -153,7 +153,7 @@
seuser: '{{ item.seuser | default(omit) }}'
src: '{{ item.src | default(omit) }}'
state: '{{ item.state }}'
loop: '{{ permission_list }}'
loop: '{{ ensure_apache.permission_list }}'
loop_control:
label: '{{ item.path }} will be ensured'
notify: