Occassionally fetching PlantUML fails with read timeout or other
intermittent issues. Add configuration to retry a few times before
giving up.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I0f2ed4c7167ea84fad3840c4e3dfbb13d214e81c
url: https://sourceforge.net/projects/plantuml/files/plantuml.jar/download
dest: /opt/plantuml/plantuml.jar
mode: 0644
+ register: result
+ until: result is succeeded
+ retries: 3
+ delay: 30
- name: Install PlantUML executable script
copy:
content: |