From 59731a25d53dfa7fa6bf55bb1d27396d57c3156c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 15 Jun 2021 10:36:40 +0200 Subject: [PATCH] Fix: indentation --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 6767ee0..6c1c225 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -19,7 +19,7 @@ # ZSH - name: dotiles -- create .config/zsh directory - file: + file: path: /home/{{ item.username }}/.config/zsh/ state: directory mode: '0755'