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
File \"/tmp/ansible_yedit_payload_ECyASG/__main__.py\", line 969, in <module>\r\n File \"/tmp/ansible_yedit_payload_ECyASG/__main__.py\", line 961, in main\r\n File \"/tmp/ansible_yedit_payload_ECyASG/__main__.py\", line 889, in run_ansible\r\n File \"/tmp/ansible_yedit_payload_ECyASG/__main__.py\", line 784, in process_edits\r\n File \"/tmp/ansible_yedit_payload_ECyASG/__main__.py\", line 775, in parse_value\r\n__main__.YeditException: Could not determine type of incoming value. value=[<type 'str'>] vtype=[]\r\n"
The text was updated successfully, but these errors were encountered:
I use ansible 2.7.9 (Ansible AWX 4.0.0.0), latest yedit.
I found that yedit cannot parse the string if it begins from "!" sign, for example:
somerole/tasks/main.yml
host_vars/somehost
somevalue: '!sometext'
I receive an error:
The text was updated successfully, but these errors were encountered: