Merge pull request #968 from wazuh/912-ubuntu-pr-checks-failing-to4.5.2
Added retry in Debian/Ubuntu installs in PR checks
This commit is contained in:
commit
9ed4865339
@ -23,6 +23,9 @@
|
|||||||
tags:
|
tags:
|
||||||
- install
|
- install
|
||||||
- init
|
- init
|
||||||
|
until: "install is not failed"
|
||||||
|
retries: 10
|
||||||
|
delay: 10
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
- name: Checking if Filebeat Module folder file exists
|
- name: Checking if Filebeat Module folder file exists
|
||||||
|
|||||||
@ -8,6 +8,10 @@
|
|||||||
- tar
|
- tar
|
||||||
- curl
|
- curl
|
||||||
state: present
|
state: present
|
||||||
|
register: package_status
|
||||||
|
until: "package_status is not failed"
|
||||||
|
retries: 10
|
||||||
|
delay: 10
|
||||||
|
|
||||||
- include_vars: ../../vars/repo_vars.yml
|
- include_vars: ../../vars/repo_vars.yml
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user