-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error trying to change ownership of broken symlink #20
Comments
I wonder if we should create the atom_uploads_symlink directory if it doesn't exist? |
Probably we just want to use |
@djjuhasz I'm working on a PR to add some features we are still using with the AtoM multisite deploy playbook. WIP branch: https://github.com/artefactual-labs/ansible-atom/tree/dev/add-revision-dir I added a task to create the |
Hi Miguel,
It would be helpful to me to know what I can do to best support your work
at this point. Are you asking for feedback on your work so far, or are you
just letting me know that you are working on it? If you would like
feedback, the easiest way for me to provide feedback is if you create a WIP
PR, and assign me as a reviewer.
Cheers,
David
…--
David JuhaszSenior Developer
Artefactual Systems <http://www.artefactual.com>
he/him
On Mon, Jul 27, 2020 at 12:42 PM Miguel Angel Medinilla < ***@***.***> wrote:
@djjuhasz <https://github.com/djjuhasz> I'm working on a PR to add some
features we are still using with the AtoM multisite deploy playbook.
WIP branch:
https://github.com/artefactual-labs/ansible-atom/tree/dev/add-revision-dir
I added a task to create the atom_uploads_symlink and
atom_downloads_symlink directories.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEY3V52XNL7SAQKVE7ZEWTR5XKDZANCNFSM4E57NF7Q>
.
|
Thanks @djjuhasz, I was letting yo know that I was working on it. But I'll add you to the CR! |
When re-running the role after a failure, I get the following error:
The error is due to the atom-uploads symlink being broken (links to a non-existent directory) and a change in how the "recurse" functionality works in ansible 2.5.1+, See: ansible issue #39456
The text was updated successfully, but these errors were encountered: