use shell to make scripts work(?)
parent
143d35d96b
commit
22de5ba8ee
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
- name: create outrun dark gnome-terminal profile
|
||||
script: base16-outrun-dark-256.sh
|
||||
shell: ./base16-outrun-dark-256.sh
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.config/.gnome-terminal-profile-base16-outrun-dark-256-created"
|
||||
|
||||
- name: create road grey light gnome-terminal profile
|
||||
script: road-grey.sh
|
||||
shell: ./road-grey.sh
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.config/.gnome-terminal-profile-road-grey-created"
|
||||
|
||||
|
|
Reference in New Issue