-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
add feature rclone mount #148
Conversation
@babidi34 Thanks for the PR, will look into it in more detail asap. |
tasks/mount.yml
Outdated
state: link | ||
force: yes | ||
|
||
- name: Create and active services rclone mount |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume that should be "activate"
add rclone_mounts info in README
Thanks for the feedback! I've added the README update. |
looks good to me, thanks. I assume there is no way of a specific test of this with molecule. |
some linting issues ... @babidi34 would you have a look? |
yes I saw I will try to correct my PR this weekend
Le mar. 2 avr. 2024 à 09:38, Stefan G. Weichinger ***@***.***>
a écrit :
… some linting issues ... @babidi34 <https://github.com/babidi34> would you
have a look?
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCG67TQCD6UKYR3FXDVWWDY3JN5VAVCNFSM6AAAAABFOEMOQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZRGI4DKMJVGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fixed most of the issues locally, but can't push to your branch ... sure. The missing issues:
I might look closer asap, but this week is quite busy already. And I'd prefer state-of-the-art ansible code ;-) |
I fixed lint error, normaly it's ok now |
linting seems ok now, thanks. Patches look good at a first glance! nice work |
Thanks
Le mer. 10 avr. 2024, 16:40, Stefan G. Weichinger ***@***.***>
a écrit :
… I fixed lint error, normaly it's ok now
linting seems ok now, thanks. Patches look good at a first glance! nice
work
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCG67QRH4TB5GTOYIUQCSDY4VFN3AVCNFSM6AAAAABFOEMOQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBXG42DEOJUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@babidi34 pls give me some time for the merge. This will trigger a minor release update, and I always struggle with getting the tags right. The automatism doesn't work for me. |
ansible.builtin.systemd: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know that this does not enable and restart the services? It's not the same behavior.
@babidi34 Your PR was merged and is in the release 0.1.5 here: https://galaxy.ansible.com/ui/standalone/roles/stefangweichinger/ansible_rclone/versions/ thanks for your contribution! |
Thank you for creating this role. It simplifies my life in managing backups of my machines. |
You're welcome. It started as a small learning project ... |
No description provided.