2 changed files with 23 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
--- |
||||||
|
|
||||||
|
- name: Clone repository with Linux scripts |
||||||
|
git: |
||||||
|
repo: "{{ scripts_git }}" |
||||||
|
dest: "{{ scripts_path }}" |
||||||
|
version: master |
||||||
|
clone: yes |
||||||
|
update: yes |
||||||
|
force: no |
||||||
|
ignore_errors: yes |
||||||
|
|
||||||
|
- name: Install Linux scripts |
||||||
|
make: |
||||||
|
target: install |
||||||
|
chdir: "{{ scripts_path }}" |
||||||
|
ignore_errors: yes |
||||||
|
|
Loading…
Reference in new issue