Use role local permission list, not global variable

This commit is contained in:
Jason Rothstein 2022-06-05 21:23:06 -05:00
parent 468e659595
commit e9c254c148

View File

@ -136,8 +136,8 @@
- ensure_apache is defined
- http_vhost is defined
- http_vhost is iterable
- permission_list is defined
- permission_list is iterable
- ensure_apache.permission_list is defined
- ensure_apache.permission_list is iterable
ansible.builtin.file:
attributes: '{{ item.attributes | default(omit) }}'
follow: '{{ item.follow | default(omit) }}'