10 lines
265 B
YAML
10 lines
265 B
YAML
- hosts: server
|
|
become: false
|
|
tasks:
|
|
- name: update from git
|
|
ansible.builtin.git:
|
|
repo: git@git.front.kjuulh.io:kjuulh/todo.git
|
|
dest: /home/hermansen/git/git.kjuulh.io/kjuulh/todo
|
|
single_branch: yes
|
|
version: production
|