Merge pull request #203 from saito-hideki/issue/28_bsd

Modify boot option handling on BSD systems

Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
ansible-zuul[bot]
2021-06-16 11:30:20 +00:00
committed by GitHub
2 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- mount - Change behavior of ``boot`` option to set ``noauto`` on BSD nodes
(https://github.com/ansible-collections/ansible.posix/issues/28).