Skip to content

Commit a27ee65

Browse files
committed
chore(deploy.yml): don't try to get a meta info that we don't use.
Relate to #1142
1 parent 1ebedcd commit a27ee65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scripts/ci/ansible/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
- name: Getting info about WAR file
1515
stat:
1616
path: "{{ local_war_dir }}/mystamps.war"
17+
get_attributes: no
1718
get_checksum: no
19+
get_mime: no
1820
register: war_file
1921
become: no
2022
delegate_to: 127.0.0.1

0 commit comments

Comments
 (0)