From a0bbb1415e978cc485d3ec3ebf77d8af77ce028d Mon Sep 17 00:00:00 2001 From: Morre Date: Tue, 19 Oct 2021 21:10:25 +0200 Subject: [PATCH] add name --- tasks/htpasswdfile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] }}"