use shell to make scripts work(?)

main
Andrew Coleman 2021-09-08 00:15:42 -04:00
parent 143d35d96b
commit 22de5ba8ee
1 changed files with 2 additions and 2 deletions

View File

@ -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"