From e9c254c14896c0a53eaaf6d9fc8d64e0a12eca9d Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 5 Jun 2022 21:23:06 -0500 Subject: [PATCH] Use role local permission list, not global variable --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 410289c..39f7bc9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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) }}'