You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2026. It is now read-only.
This tasks file should essential check for the required variables for that particular role.
For example:
- name: Checking that required variables are set
fail: msg="{{ item }} is not defined"
when: not {{ item }}
with_items:
- foo_volname
- foo_username
- foo_mastenodes
This should essentially do a role sanity check before executing the role.
This tasks file should essential check for the required variables for that particular role.
For example:
This should essentially do a role sanity check before executing the role.