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 has been archived by the owner on Nov 22, 2021. It is now read-only.
Hello, I currently have the following in Ansible, where I'm trying to change the existing CNAME of ansible.xyz to point to the A record of ansibletest002.xyz. It's currently pointing to the A record of ansibletest001.xyz, but again I'm trying to change it so that it points to ansibletest002.xyz.
"msg": "argument current is of type <type 'str'> and we were unable to convert to dict: dictionary requested, could not parse JSON or key=value"
}
My question is, what exactly am I suppose to input for the value of current? It appears to be looking for some sort of key value but if that's true where/how do I attain that?
Any help would be appreciated, thank you.
The text was updated successfully, but these errors were encountered:
Thank you for the reply! Unfortunately it causes a syntax error. I tried:
current:
cname: ansible.xyz
current:
- cname: ansible.xyz
current:
cname=ansible.xyz
The error message is similar to:
The error appears to have been in '/path/to/role/tasks/main.yml': line 22, column 12, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
canonical=ansibletest002.dpt
current:
^ here
Hello, I currently have the following in Ansible, where I'm trying to change the existing CNAME of ansible.xyz to point to the A record of ansibletest002.xyz. It's currently pointing to the A record of ansibletest001.xyz, but again I'm trying to change it so that it points to ansibletest002.xyz.
However, when I run Ansible I keep getting the following error
So when I add the current parameter in it as such,
I then get the following error:
My question is, what exactly am I suppose to input for the value of current? It appears to be looking for some sort of key value but if that's true where/how do I attain that?
Any help would be appreciated, thank you.
The text was updated successfully, but these errors were encountered: