Replies: 1 comment 1 reply
-
Are you able to run the following command on the server:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
iam trying to install algo on ubuntu vps server, but we are getting the below errors, please help us out to resolve this issue.
Error1:
TASK [common : Check apparmor support] *********************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "apparmor_status", "msg": "[Errno 2] No such file or directory: b'apparmor_status'", "rc": 2}
Error 2:
TASK [common : Set fact if apparmor disabled] **************************************************************************************************************************
fatal: [localhost]: FAILED! => {"msg": "The conditional check '"profiles are in enforce mode" in apparmor_status.stdout' failed. The error was: error while evaluating conditional ("profiles are in enforce mode" in apparmor_status.stdout): 'dict object' has no attribute 'stdout'\n\nThe error appears to be in '/root/algo/roles/common/tasks/ubuntu.yml': line 81, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Set fact if apparmor disabled\n ^ here\n"}
included: /root/algo/playbooks/rescue.yml for localhost
Beta Was this translation helpful? Give feedback.
All reactions