Trying to run the unless in fish...
This commit is contained in:
parent
6a65fbe32f
commit
77ab9e2d5e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ install-oh-my-fish:
|
|||
- name: bin/install --offline --noninteractive
|
||||
- cwd: {{ grains.homedir }}/oh-my-fish
|
||||
- runas: {{ grains.user }}
|
||||
- unless: test -d "$OMF_PATH"
|
||||
- unless: fish -c "test -d \"$OMF_PATH\""
|
||||
|
||||
install-bira:
|
||||
cmd.run:
|
||||
|
|
Loading…
Reference in a new issue