staging deployment flow fix (#1029)

This commit is contained in:
Andrey Taranik
2021-12-16 22:54:01 +03:00
committed by GitHub
parent cbe155ff48
commit 5d5c2738a6
2 changed files with 4 additions and 4 deletions

View File

@@ -481,7 +481,7 @@ jobs:
- run:
name: Setup ansible
command: |
pip install --progress-bar off --user ansible boto
pip install --progress-bar off --user ansible boto3
ansible-galaxy collection install amazon.aws
- run:
name: Apply re-deploy playbook

View File

@@ -86,7 +86,7 @@
tasks:
- name: Skip binaries upload on version conflict
- name: Inform about version conflict
when: current_version <= remote_version
debug: msg="Current version {{ current_version }} LE than remote {{ remote_version }}"
@@ -104,7 +104,7 @@
tasks:
- name: Skip restart on version conflict
- name: Inform about version conflict
when: current_version <= remote_version
debug: msg="Current version {{ current_version }} LE than remote {{ remote_version }}"
@@ -124,7 +124,7 @@
tasks:
- name: Skip restart on version conflict
- name: Inform about version conflict
when: current_version <= remote_version
debug: msg="Current version {{ current_version }} LE than remote {{ remote_version }}"