-
Notifications
You must be signed in to change notification settings - Fork 46
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
getting temporary directory problem #59
Comments
Change this line from |
For certain use cases, the `aur_builder` requires a home directory. Fixes kewlfft#59
Thanks, now I get greeted with this:
Am I doing this wrong? If my ansible playbook gets elevated at first to perfom tasks, when it gets to the aur module, it should just use the aur_builder user created. Thanks P |
Now, it seems like it is working correctly. Your problem is that there is no package called - Maxwell |
Should this be fixed, or at least explained a little bit, in the project's Readme? As its example uses |
Hi there,
I am getting:
My ansible setup is this one
I have one task setting up the aur_builder user
/ansible-pull/roles/common/tasks/aur_user.yml
and another testing the packages:
ansible-pull/roles/common/tasks/AUR.yml
Is this because I am getting root privileges from the start?? How can I get this to work.
Thanks
P
The text was updated successfully, but these errors were encountered: