migrate from github
This commit is contained in:
11
git_pull.yml
Normal file
11
git_pull.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Git pull
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
|
||||
- name: pull "{{ git_dest }}"
|
||||
git:
|
||||
repo: "{{ git_repo }}"
|
||||
dest: "{{ git_dest }}"
|
||||
update: yes
|
||||
Reference in New Issue
Block a user