bellroy / lesswrong

Less Wrong platform
http://lesswrong.org/
Other
45 stars 23 forks source link

Install 'acl' to make modern Ansible work #595

Closed brendanlong closed 7 years ago

brendanlong commented 7 years ago

This fixes an error where Ansible's temp files aren't accessible when you become another user:

See here: https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user

brendanlong commented 7 years ago

I'm trying to get LessWrong to run with a full set of modern tools (Vagrant, Ansible, Ubuntu 16.04, etc.).

alexpear commented 7 years ago

I also encountered this bug, so this sounds like a good idea.

jack-trikeapps commented 7 years ago

Thanks a lot @brendanlong.