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