Fix: indentation

This commit is contained in:
Bertrand Benjamin 2021-06-15 10:36:40 +02:00
parent cfb9bc1944
commit 59731a25d5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# ZSH # ZSH
- name: dotiles -- create .config/zsh directory - name: dotiles -- create .config/zsh directory
file: file:
path: /home/{{ item.username }}/.config/zsh/ path: /home/{{ item.username }}/.config/zsh/
state: directory state: directory
mode: '0755' mode: '0755'