Replies: 1 comment
-
Is the package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, every6thing is going great up until,
TASK [common : Disable MOTD on login and SSHD] **************************************************************************************
ok: [localhost] => (item={'regexp': '^session.*optional.pam_motd.so.', 'line': '# MOTD DISABLED', 'file': '/etc/pam.d/login'})
failed: [localhost] (item={'regexp': '^session.*optional.pam_motd.so.', 'line': '# MOTD DISABLED', 'file': '/etc/pam.d/sshd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"file": "/etc/pam.d/sshd", "line": "# MOTD DISABLED", "regexp": "^session.*optional.pam_motd.so."}, "msg": "Path /etc/pam.d/sshd does not exist !", "rc": 257}
included: /root/algo/playbooks/rescue.yml for localhost
TASK [debug] ************************************************************************************************************************
ok: [localhost] => {
"fail_hint": [
"Sorry, but something went wrong!",
"Please check the troubleshooting guide.",
"https://trailofbits.github.io/algo/troubleshooting.html"
]
}
TASK [Fail the installation] ********************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed as requested from task"}
Have i misconfigured something here? I'm using algo to set up a wireguard vpn on a local machine running ubuntu 20.04. I've followed all documentation to the tee so this ones throwing me for a loop. Thanks for the consideration!
Beta Was this translation helpful? Give feedback.
All reactions