Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Nov 20, 2023
1 parent 1e4f3fa commit c1231ec
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 }/.ssh"
path: "{{ users_home_base_dir }}/.ssh"
state: directory
mode: "0700"
become: yes
Expand Down

0 comments on commit c1231ec

Please sign in to comment.