WebService : Fix parenthese

This commit is contained in:
Michael RICOIS 2017-03-06 15:45:32 +01:00
parent 4b63ea516d
commit 05e5c73e58

View File

@ -26,4 +26,4 @@
register: st register: st
- fail: - fail:
msg: "Symlink manquant {{ansistrano_deploy_to}}/shared/datafile" msg: "Symlink manquant {{ansistrano_deploy_to}}/shared/datafile"
when: (project_env != "dev") and st.stat.islnk is not defined or st.stat.islnk == False when: (project_env != "dev") and (st.stat.islnk is not defined or st.stat.islnk == False)