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
i'm always getting an error, when installing with ansible.
fatal: [192.168.188.78]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'path'\n\nThe error appears to be in '/root/ansible/room-assistant/roles/room-assistant/tasks/main.yml': line 38, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n register: find_node\n- name: Set node capabilities\n ^ here\n"}
Do you have an idea what the issue is here?
Greetings
The text was updated successfully, but these errors were encountered:
Hm - both the steps around that line contain path settings, but one of them is set to be the output from something else. Maybe that's the cause of the issue? If you log into your machine, do you have any file under /usr/bin/node?
Hello there,
i'm always getting an error, when installing with ansible.
fatal: [192.168.188.78]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'path'\n\nThe error appears to be in '/root/ansible/room-assistant/roles/room-assistant/tasks/main.yml': line 38, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n register: find_node\n- name: Set node capabilities\n ^ here\n"}
Do you have an idea what the issue is here?
Greetings
The text was updated successfully, but these errors were encountered: