playbooks/i3v.yml

19 lines
512 B
YAML
Raw Normal View History

2024-05-17 12:02:07 +03:30
---
- name: update inception
hosts: all
tasks:
2024-05-17 12:30:54 +03:30
# - 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
2024-05-17 12:02:07 +03:30
2024-05-17 12:05:43 +03:30
- name: Build docker image if there were changes
docker_image:
source: build
build:
path: /root/code/inception
name: inception
tag: "13.2"
2024-05-17 12:30:13 +03:30
# when: git_result.changed