2 changed files with 23 additions and 0 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
--- |
||||
|
||||
- name: Clone shellrc repository |
||||
git: |
||||
repo: "{{ shellrc_git }}" |
||||
dest: "{{ shellrc_path }}" |
||||
version: master |
||||
clone: yes |
||||
update: yes |
||||
force: no |
||||
ignore_errors: yes |
||||
|
||||
- name: Configure Shell and applications |
||||
shell: installrc.sh |
||||
args: |
||||
chdir: "{{ shellrc_path }}/etc/" |
||||
ignore_errors: yes |
||||
|
Loading…
Reference in new issue