Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drupal playbook failing without acl installed #238

Merged
merged 1 commit into from
May 12, 2020

Conversation

misse
Copy link
Contributor

@misse misse commented Apr 12, 2020

TASK [Install Drupal dependencies with Composer.] ******************************
fatal: [default]: FAILED! => {"msg": "Failed to set permissions on the temporary files Ansible needs to create when becoming an unprivileged user (rc: 1, err: chown: changing ownership of '/var/tmp/ansible-tmp-1586697780.51-117703352883265/': Operation not permitted\nchown: changing ownership of '/var/tmp/ansible-tmp-1586697780.51-117703352883265/command.py': Operation not permitted\n}). For information on working around this, see https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user"}

Fixed by installing acl package as per georchestra/ansible#55 (comment)

TASK [Install Drupal dependencies with Composer.] ******************************
fatal: [default]: FAILED! => {"msg": "Failed to set permissions on the temporary files Ansible needs to create when becoming an unprivileged user (rc: 1, err: chown: changing ownership of '/var/tmp/ansible-tmp-1586697780.51-117703352883265/': Operation not permitted\nchown: changing ownership of '/var/tmp/ansible-tmp-1586697780.51-117703352883265/command.py': Operation not permitted\n}). For information on working around this, see https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user"}

Fixed by installing `acl` package as per georchestra/ansible#55 (comment)
@geerlingguy
Copy link
Owner

If that's the solution to #200 that would be quite nice!

@misse
Copy link
Contributor Author

misse commented Apr 28, 2020

Looks like it would solve that issue, yes.

@smlsdog
Copy link

smlsdog commented Apr 29, 2020

Can confirm that installing acl package works as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants