From 51e049726e736941a89dc771389f5e40dc5b81e6 Mon Sep 17 00:00:00 2001 From: omidshj <omid.shj@gmail.com> Date: Fri, 17 May 2024 12:30:54 +0330 Subject: [PATCH] test --- i3v.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i3v.yml b/i3v.yml index 94f6b5a..929878f 100644 --- a/i3v.yml +++ b/i3v.yml @@ -2,12 +2,12 @@ - name: update inception hosts: all tasks: - - name: Change to the app directory and update the repository - git: - repo: 'https://gt.eron.co/eron/inception.git' # Replace with your repository URL - dest: /root/code/inception - version: master - register: git_result + # - name: Change to the app directory and update the repository + # git: + # repo: 'https://gt.eron.co/eron/inception.git' # Replace with your repository URL + # dest: /root/code/inception + # version: master + # register: git_result - name: Build docker image if there were changes docker_image: