Update test.yml

This commit is contained in:
donotos
2022-03-30 14:22:56 +02:00
parent 12c4b6d95e
commit 9c0892aef8

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.stdout_lines != "ok")
when: (stat_result.stat.exists) and (check_error.stdout != "ok")
- name: On execute la commande "docker-compose down"
shell: