added debug info
This commit is contained in:
parent
7ba1c4ae5f
commit
e2a7f5e610
@ -32,9 +32,14 @@
|
||||
|
||||
- name: check if on my zsh is installed
|
||||
stat:
|
||||
path: /home/gianm/.oh-my-zsh
|
||||
path: "/home/gianm/.oh-my-zsh"
|
||||
register: zsh_dir
|
||||
|
||||
- name: Install oh my zsh
|
||||
debug:
|
||||
msg: "skipping install oh my zsh"
|
||||
when: zsh_dir.stat.exists
|
||||
|
||||
- name: Install oh my zsh
|
||||
become_user: gianm
|
||||
when: not zsh_dir.stat.exists
|
||||
|
Loading…
Reference in New Issue
Block a user