From c339c9c7b0d657af9352220f28b7a3de6a0d068b Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 17 Dec 2019 20:57:07 +0300 Subject: [PATCH] shellrc: Adjust installation command --- roles/shellrc/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shellrc/tasks/main.yml b/roles/shellrc/tasks/main.yml index 2e7c5bc..6834550 100644 --- a/roles/shellrc/tasks/main.yml +++ b/roles/shellrc/tasks/main.yml @@ -11,7 +11,7 @@ ignore_errors: yes - name: Configure Shell and applications - shell: installrc.sh + shell: ./installrc.sh args: chdir: "{{ shellrc_path }}/etc/" ignore_errors: yes