Use role local permission list, not global variable
This commit is contained in:
parent
468e659595
commit
e9c254c148
@ -136,8 +136,8 @@
|
|||||||
- ensure_apache is defined
|
- ensure_apache is defined
|
||||||
- http_vhost is defined
|
- http_vhost is defined
|
||||||
- http_vhost is iterable
|
- http_vhost is iterable
|
||||||
- permission_list is defined
|
- ensure_apache.permission_list is defined
|
||||||
- permission_list is iterable
|
- ensure_apache.permission_list is iterable
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
attributes: '{{ item.attributes | default(omit) }}'
|
attributes: '{{ item.attributes | default(omit) }}'
|
||||||
follow: '{{ item.follow | default(omit) }}'
|
follow: '{{ item.follow | default(omit) }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user