Update test.yml

This commit is contained in:
donotos
2022-03-30 14:11:09 +02:00
parent dc0703b95e
commit 12c4b6d95e

View File

@@ -37,7 +37,7 @@
- name: On verifie les versions git, hub et app
fail:
msg: La verification de version a échouée.
when: (stat_result.stat.exists) and (check_error != ok)
when: (stat_result.stat.exists) and (check_error.stdout_lines != "ok")
- name: On execute la commande "docker-compose down"
shell: