diff options
Diffstat (limited to 'tasks/client_setup.yml')
| -rw-r--r-- | tasks/client_setup.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/client_setup.yml b/tasks/client_setup.yml index fc32e03..5d162ed 100644 --- a/tasks/client_setup.yml +++ b/tasks/client_setup.yml @@ -7,7 +7,7 @@ - name: Compute borg_client_user_home if not set ansible.builtin.set_fact: - borg_client_user_home: "{{ getent_passwd[borg_client_user][4] }}" + borg_client_user_home: "{{ ansible_facts.getent_passwd[borg_client_user][4] }}" when: borg_client_user_home is not defined - name: Validate borg_client_user home exists |