Add clone repo for tunuifranken.info
This commit is contained in:
parent
afd71639f4
commit
f527901eb9
1 changed files with 14 additions and 0 deletions
14
roles/tunuifranken/tasks/main.yml
Normal file
14
roles/tunuifranken/tasks/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: Install git
|
||||
become: true
|
||||
apt:
|
||||
name: git
|
||||
state: present
|
||||
|
||||
- name: Clone tunuifranken.info repo
|
||||
git:
|
||||
repo: git@tunuifranken.info:flyingscorpio/tunuifranken.info.git
|
||||
dest: "{{ dir_tunuifranken }}"
|
||||
clone: yes
|
||||
version: main
|
||||
update: no
|
Loading…
Reference in a new issue