Add clone repo for tunuifranken.info

This commit is contained in:
flyingscorpio@clevo 2022-03-28 16:32:55 +02:00
parent afd71639f4
commit f527901eb9

View 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