diff --git a/tasks/user.yml b/tasks/user.yml index 964791c..850da91 100644 --- a/tasks/user.yml +++ b/tasks/user.yml @@ -105,7 +105,7 @@ - name: user | Create .ssh directory for {{ user.name }} ansible.builtin.file: - path: "{{ users_home_base_dir }/.ssh" + path: "{{ users_home_base_dir }}/.ssh" state: directory mode: "0700" become: yes