Skip to content
Snippets Groups Projects
Commit 2dbf88d2 authored by Antoine Schildknecht's avatar Antoine Schildknecht
Browse files

Fix variable check task name | refs #32914

parent 728278dd
No related branches found
No related tags found
No related merge requests found
---
- fail: msg="Please define the MediaCache DNS (mc_url variable) in your inventory for each MediaCache server"
- name: check mc_url variable
fail:
msg: "Please define the MediaCache DNS (mc_url variable) in your inventory for each MediaCache server"
when: (mc_url is not defined) or (mc_url|length == 0)
- fail: msg="Please define the MediaServer DNS (ms_url variable) in your inventory for each MediaCache server"
- name: check ms_url variable
fail:
msg: "Please define the MediaServer DNS (ms_url variable) in your inventory for each MediaCache server"
when: (ms_url is not defined) or (ms_url|length == 0)
- name: resolve domain name to localhost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment