Update to 2022-02-27 12:00

This commit is contained in:
Daniel Berteaud
2022-02-27 12:00:06 +01:00
parent 5c70b2c3cf
commit d97344a846
4 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
get_url:
url: "{{ diagrams_war_url }}"
dest: "{{ diagrams_root_dir }}/tmp/draw.war"
checksum: sha1:{{ diagrams_war_sha1 }}
checksum: sha256:{{ diagrams_war_sha256 }}
- name: Move WAR to the webapp dir
copy: src={{ diagrams_root_dir }}/tmp/draw.war dest={{ diagrams_root_dir }}/webapps/draw.war remote_src=True