Browse Source

shellrc: Adjust installation command

master
Maxim Likhachev 6 years ago
parent
commit
c339c9c7b0
  1. 2
      roles/shellrc/tasks/main.yml

2
roles/shellrc/tasks/main.yml

@ -11,7 +11,7 @@ @@ -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

Loading…
Cancel
Save