todo/deployment/todo-setup.yml
2021-11-14 18:51:00 +01:00

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