From 22de5ba8ee6bb5edc25bcb17466af43c965de4f9 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 8 Sep 2021 00:15:42 -0400 Subject: [PATCH] use shell to make scripts work(?) --- gnome.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome.yml b/gnome.yml index cacc492..0f9f844 100644 --- a/gnome.yml +++ b/gnome.yml @@ -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"