Hello.
I'm trying to use the role `rvm_io.ruby`[1] specifying the variable
`rvm1_user` to a user that is being created in the same playbook, but
the provisioning fail because the role is being executed before that
happen.
I get the following error:
Failed to set permissions on the temporary files Ansible needs to
create when becoming an unprivileged user (rc: 1, err: chown: invalid
user: ‘deploy’\n}). For information on working around this, see
https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user
The user I try to use is called `deploy` (mentioned in the error message).