Modify boot option handling on BSD systems

* Fixes #28 for BSD systems
* Porting PR #196 to BSD systems

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2021-06-08 19:59:59 +09:00
parent 7417d857f1
commit c29bbd265b
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).