Hi,
I’ve some misunderstanding regarding conditionals on variables or number.
By example, within a role we’re using some prompt to defined some variables.
It doesn’t run but it’s seems to run when I write
when: server_domain == “1”
It’s a number and not a variable. So, is it right?
Could you please explain me what is the correct way?
Thanks a lot for your explanation and feedback…
The debug shows me an unicode variable and piping to int the conditionals resolved my issue.
It’s not an easy subject and I’m looking for good stuff to read.