Skip to content

Commit

Permalink
Create dir in correct location.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Nov 20, 2023
1 parent 909f63d commit 1e4f3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

- name: user | Create .ssh directory for {{ user.name }}
ansible.builtin.file:
path: "{{ users_home_base_dir }}/{{ user.name }}/.ssh"
path: "{{ users_home_base_dir }/.ssh"

Check failure on line 108 in tasks/user.yml

View workflow job for this annotation

GitHub Actions / lint

jinja[invalid]

template error while templating string: unexpected '}'. String: {{ users_home_base_dir }/.ssh. unexpected '}'
state: directory
mode: "0700"
become: yes
Expand Down

0 comments on commit 1e4f3fa

Please sign in to comment.