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
ruamel.yaml no longer supports load and safe_load methods.
File \"/usr/local/lib/python3.10/dist-packages/ruamel/yaml/main.py\", line 1105, in safe_load\n error_deprecation('safe_load', 'load', arg=\"typ='safe', pure=True\")\n File \"/usr/local/lib/python3.10/dist-packages/ruamel/yaml/main.py\", line 1039, in error_deprecation\n raise AttributeError(s, name=None)\nAttributeError: \n\"safe_load()\" has been removed, use\n\n yaml = YAML(typ='safe', pure=True)\n yaml.load(...)\n\ninstead of file \"/tmp/ansible_yedit_payload_97zxk_ep/ansible_yedit_payload.zip/ansible/modules/yedit.py\", line 495\n\n\n\n",
I solved it by simply commenting use of ruamel.yaml and switch to default yaml
ruamel.yaml no longer supports load and safe_load methods.
File \"/usr/local/lib/python3.10/dist-packages/ruamel/yaml/main.py\", line 1105, in safe_load\n error_deprecation('safe_load', 'load', arg=\"typ='safe', pure=True\")\n File \"/usr/local/lib/python3.10/dist-packages/ruamel/yaml/main.py\", line 1039, in error_deprecation\n raise AttributeError(s, name=None)\nAttributeError: \n\"safe_load()\" has been removed, use\n\n yaml = YAML(typ='safe', pure=True)\n yaml.load(...)\n\ninstead of file \"/tmp/ansible_yedit_payload_97zxk_ep/ansible_yedit_payload.zip/ansible/modules/yedit.py\", line 495\n\n\n\n",
I solved it by simply commenting use of ruamel.yaml and switch to default yaml
The text was updated successfully, but these errors were encountered: