Guys
Im making good progress working all day all night
I am trying to run an ansible playbook to create an object user within ECS - however i get the following error
TASK [Connect to ECS | create new Object User “newuser” in NameSpace “132602781347206615”] *****************
fatal: [localhost]: FAILED! => {“msg”: “The conditional check ‘nameSpace == "" or objUser = ""’ failed. The error was: template error while templating string: expected token ‘end of statement block’, got ‘=’. String: {% if nameSpace == "" or objUser = "" %} True {% else %} False {% endif %}”}
Bit lost