We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a542dd8 commit 7b82997Copy full SHA for 7b82997
playbooks/roles/yaml/tasks/el.yml
@@ -3,6 +3,10 @@
3
get_url:
4
url: "https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64.tar.gz"
5
dest: "/tmp"
6
+ retries: 10
7
+ delay: 10
8
+ register: result
9
+ until: result is not failed
10
- name: untar yq
11
unarchive:
12
src: "/tmp/yq_linux_amd64.tar.gz"
0 commit comments