Nate Coraor

Results 175 comments of Nate Coraor

Ansible has really made this difficult for us. I'll revisit privilege separation vars yet again. Presumably #84 broke this for you.

What's the output of the task `Set privilege separation default variables`, and, just for fun, can you add a task to the top of `tasks/main.yml` that does: ```yaml - name:...

You kinda shouldn't use root-dir for network filesystems though, as there is a lot of stuff that is better kept local. I actually was trying to come up with a...

Are you trying to use privilege separation mode (where the code is installed as a different user from the one that runs Galaxy)? If not, then setting `galaxy_privsep_user` should not...

Thanks! A PR would definitely be welcome. The make-based build process currently updates `client_build_hash.txt`, so we'd need to do something else in this case. You could as a final step...

Yes, that would be even better. To fit with [existing naming](https://github.com/galaxyproject/ansible-galaxy/blob/f81c43b849fa96fe26fd324b243095adc224b211/defaults/main.yml#L425) maybe `galaxy_client_use_prebuilt`?

The fix should be included in the tagged version `1.0.0` as well, which is upload to Ansible Galaxy.

This shouldn't prevent you from doing anything, it's just an inconvenience. Can you provide more details about what's not working for you?

This should be fixed as of #30, please try updating the role.

Maybe worth mentioning this here: galaxyproject/galaxy#15188 The issue is in Galaxy but I'm not sure how involved a Galaxy-side fix would be, but Ephemeris could work around it fairly easy...