diff --git a/tasks/htpasswdfile.yml b/tasks/htpasswdfile.yml index 2f493f5..5470d93 100644 --- a/tasks/htpasswdfile.yml +++ b/tasks/htpasswdfile.yml @@ -1,4 +1,5 @@ -- set_fact: +- name: set user and file fact + set_fact: current_users: "{{ htpasswdfile[passfile].users }}" current_file: "{{ htpasswdfile[passfile] }}"