Add script_import.yml
This commit is contained in:
9
roles/linux_config_init/tasks/script_import.yml
Normal file
9
roles/linux_config_init/tasks/script_import.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- name: Clone a github repository
|
||||||
|
git:
|
||||||
|
repo: ssh://git@gitea.matous.vondrejka.cz:222/Warezjoe/.bin.git
|
||||||
|
dest: ~/
|
||||||
|
clone: yes
|
||||||
|
update: yes
|
||||||
|
|
||||||
|
- name: Add scripts to PATH
|
||||||
Reference in New Issue
Block a user