diff --git a/hosts.template b/hosts.template deleted file mode 100644 index e6daf79..0000000 --- a/hosts.template +++ /dev/null @@ -1,3 +0,0 @@ -[server] -[laptop] -[desktop] diff --git a/roles/fish/tasks/main.yml b/roles/fish/tasks/main.yml index 0ffd443..9639027 100644 --- a/roles/fish/tasks/main.yml +++ b/roles/fish/tasks/main.yml @@ -17,6 +17,7 @@ ln -s $OMF_PATH/themes/pure/conf.d/pure.fish ~/.config/fish/conf.d/pure.fish ln -s $OMF_PATH/themes/pure/conf.d/_pure_init.fish ~/.config/fish/conf.d/pure_init.fish args: + executable: /usr/bin/fish creates: ~/.config/fish/conf.d/pure.fish - name: check git plugin install @@ -27,6 +28,8 @@ - name: Install git plugin shell: omf install https://github.com/jhillyerd/plugin-git + args: + executable: /usr/bin/fish when: gitcheck is failed - name: Globale fish configuration