BurninChrome81

task example

Apr 15th, 2022
1,245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.30 KB | None | 0 0
  1. - name: czekaj aż value1 == value2 dla każdego elementu tablicy
  2.     uri:
  3.         url: https://host/apis/myapi
  4.         method: GET
  5.         headers:
  6.             authorization: "yes please"
  7.             content-type: "application/json"
  8.     register: result
  9.     util: ?
  10.     delay: 60
  11.     retries: 10
Advertisement
Add Comment
Please, Sign In to add comment