Change-Id: I3e8390e68f95621ae6728dd705c554adc6d65866
This commit is contained in:
Igor Gramic 2022-02-16 13:56:58 +01:00
parent ae0a36118a
commit 7369c0ba97
1 changed files with 3 additions and 0 deletions

View File

@ -26,3 +26,6 @@
retries: 5
delay: 10
until: not subscrition_result.failed
failed_when:
- "subscrition_result.stdout is defined"
- "'The system has been registered' not in subscrition_result.stdout"