diff --git a/setup-ssh.yml b/setup-ssh.yml index 8494297..58fcbcd 100644 --- a/setup-ssh.yml +++ b/setup-ssh.yml @@ -3,7 +3,7 @@ hosts: localhost tasks: - - name: Ensure {{ lookup('env', 'HOME') }}/.ssh/config.d/ dir is present + - name: Ensure $HOME/.ssh/config.d/ dir is present ansible.builtin.file: path: "{{ lookup('env', 'HOME') }}/.ssh/config.d/" state: directory