From fa79c7df7cf9a1f69297c70b24b6cf011d612b9d Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 14 Nov 2021 20:03:27 +0100 Subject: [PATCH] update pr --- deployment/todo-setup.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/deployment/todo-setup.yml b/deployment/todo-setup.yml index e1188b8..5406abf 100644 --- a/deployment/todo-setup.yml +++ b/deployment/todo-setup.yml @@ -1,16 +1,16 @@ - 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 + - 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 - - name: deploy remote docker containers using compose - community.docker.docker_compose: - project_src: /home/hermansen/git/git.kjuulh.io/kjuulh/todo/src/ - build: true - files: - - docker-compose.prod.yml + - name: deploy remote docker containers using compose + community.docker.docker_compose: + project_src: /home/hermansen/git/git.kjuulh.io/kjuulh/todo/src/ + build: true + files: + - docker-compose.prod.yml