WebService : Fix parenthese
This commit is contained in:
parent
4b63ea516d
commit
05e5c73e58
@ -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)
|
Loading…
Reference in New Issue
Block a user