Run the satellite discovery on all hosts

Run the satellite discovery on all hosts instead of the first host
in the host group as tripleo_free will randomly run tasks on different
hosts thus making those steps fail randomly on bigger environments.

Change-Id: I147df0065806fc085b555cb9b91e516d689297e6
This commit is contained in:
David Hill 2022-07-08 18:53:01 -04:00
parent f703e5c494
commit fc6e35d254
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
retries: 3
delay: 5
until: "'status' in _sat5_check"
run_once: true
run_once: false
ignore_errors: true
tags:
- rhsm_satellite
@ -24,7 +24,7 @@
retries: 3
delay: 5
until: "'status' in _sat6_check_v6"
run_once: true
run_once: false
ignore_errors: true
tags:
- rhsm_satellite
@ -47,7 +47,7 @@
- 200
- 404
register: _sat6_check_v610
run_once: true
run_once: false
retries: 3
delay: 5
until: "'status' in _sat6_check_v610"