File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/workflows/ansible Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 - ansible_host_key_checking : false
1010 - ansible_stdout_callback : yaml
1111
12- - api_image_image : vectornguyen76/flask_template_image
13- - api_image_tag : latest
12+ - flask_template_image : vectornguyen76/flask_template_image
13+ - flask_template_tag : latest
1414
1515 pre_tasks :
1616 - name : " wait 600 seconds for target connection to become reachable/usable."
Original file line number Diff line number Diff line change 1515 src : " /home/ubuntu/server/artifact.zip"
1616 dest : " /home/ubuntu/server"
1717
18- - name : Pull api image
18+ - name : Pull flask template image
1919 community.docker.docker_image :
20- name : " {{ api_image }}"
21- tag : " {{ api_tag }}"
20+ name : " {{ flask_template_image }}"
21+ tag : " {{ flask_template_tag }}"
2222 source : pull
2323
2424- name : Run docker compose
You can’t perform that action at this time.
0 commit comments