The script was getting stuck in a loop, trying with non-interactive.
This commit is contained in:
parent
2df121a6af
commit
5657b173a9
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ oh-my-fish:
|
||||||
|
|
||||||
install-oh-my-fish:
|
install-oh-my-fish:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: bin/install --offline
|
- name: bin/install --offline --noninteractive
|
||||||
- cwd: {{ grains.homedir }}/oh-my-fish
|
- cwd: {{ grains.homedir }}/oh-my-fish
|
||||||
- unless: test -d "$OMF_PATH"
|
- unless: test -d "$OMF_PATH"
|
Loading…
Reference in a new issue