Skip to content

Instantly share code, notes, and snippets.

@resmo
Last active February 21, 2018 18:55
Show Gist options
  • Save resmo/2e21d8c3cf56ebf2d5002ceee239eaf3 to your computer and use it in GitHub Desktop.
Save resmo/2e21d8c3cf56ebf2d5002ceee239eaf3 to your computer and use it in GitHub Desktop.
- name: register template and wait max 5 min until ready
cs_template:
...
register: template
until: template.is_ready
retries: 60
delay: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment