Hi,
I've forked a repo and add this line into /edx/app/edx_ansible/server-vars.yml
edx_platform_repo: "https://github.com/devfromhome/edx-platform.git"
them I'm trying to run sudo /edx/bin/update edx-platform master after deleted edx-platform
I've also added 51-cloudguest
But still got the error with landscape-sysinfo.wrapper.
TASK: [aws | update the ssh motd on Ubuntu] ***********************************
ok: [localhost] => (item=/etc/update-motd.d/10-help-text)
failed: [localhost] => (item=/usr/share/landscape/landscape-sysinfo.wrapper) => {"failed": true, "item": "/usr/share/landscape/landscape-sysinfo.wrapper", "path": "/usr/share/landscape/landscape-sysinfo.wrapper", "state": "absent"}
msg: file (/usr/share/landscape/landscape-sysinfo.wrapper) is absent, cannot continue
ok: [localhost] => (item=/etc/update-motd.d/51-cloudguest)
ok: [localhost] => (item=/etc/update-motd.d/91-release-upgrade)
FATAL: all hosts have already failed -- aborting
Is there any idea about this? how should i resolve?
Thank you very much