Add script_import.yml

This commit is contained in:
git
2023-05-31 14:38:34 +02:00
parent cfb9916f95
commit 9bb5484799

View 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