-
Notifications
You must be signed in to change notification settings - Fork 154
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
Remove comment from fstab entry on updating. #597
Remove comment from fstab entry on updating. #597
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 12s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 46s |
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.
Thanks for your contribution! :)
In the changelog fragment file, I think it would be better to replace fstab
with mount
as the affected module name.
@@ -0,0 +1,3 @@ | |||
--- | |||
bugfixes: | |||
- fstab - If a comment is appended to a fstab entry, state present creates a double-entry (https://github.com/ansible-collections/ansible.posix/issues/595). |
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.
- mount - If a comment is appended to a fstab entry, state present creates a double-entry (If a comment is appended to a fstab entry state present creates a double-entry . #595).
I think it would be better to replace fstab
with mount
as the affected module name.
Once you fix it, I will start the merge process for this PR.
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're right. I fixed the fragment. Sorry for the noise. Thank you!
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 52s |
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.
Looks good to me!
Thanks so much for taking the time to address my comments :)
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 2m 54s |
74edb72
into
ansible-collections:main
Remove comment from fstab entry on updating. SUMMARY Fix ansible-collections#595. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ansible.posix.mount ADDITIONAL INFORMATION Reviewed-by: Hideki Saito <[email protected]> Reviewed-by: Vladimir Botka <[email protected]>
SUMMARY
Fix #595.
ISSUE TYPE
COMPONENT NAME
ansible.posix.mount
ADDITIONAL INFORMATION