migrate from github

This commit is contained in:
donotos
2021-09-05 19:31:17 +02:00
commit 4151d0b348
10 changed files with 139 additions and 0 deletions

11
git_pull.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: Git pull
hosts: all
tasks:
- name: pull "{{ git_dest }}"
git:
repo: "{{ git_repo }}"
dest: "{{ git_dest }}"
update: yes