-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Would like to be able to set mount options #40
Comments
I also thought the same thing - #12. I ended up using a fork. |
@colin-nolan was it your fork? is this role no longer maintained? |
Yes - here's what I'm currently using in my Galaxy requirements yml: # Forked from upstream with PRs that will never be merged:
# - https://github.com/geerlingguy/ansible-role-swap/pull/11
# - https://github.com/geerlingguy/ansible-role-swap/pull/12
- name: geerlingguy.swap
src: https://github.com/colin-nolan/ansible-role-swap.git
version: 82f2466905b3d01fe9ab825534370c4730fa9590
I can't comment on this role's maintainence status but I can direct you towards this (admittedly, rather old) post by Jeff: https://www.jeffgeerling.com/blog/2016/why-i-close-prs-oss-project-maintainer-notes.
|
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
The mount line in
/etc/fstab
is hard-wired to have options set to "sw". It would be nice to be able to override this default, for example to set adiscard
policy.Let me know if you'd be interested in a PR for this one.
The text was updated successfully, but these errors were encountered: