Merge pull request #196 from saito-hideki/issue/28

Modify boot option handling on Linux systems

Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
ansible-zuul[bot]
2021-06-04 06:23:07 +00:00
committed by GitHub
3 changed files with 79 additions and 9 deletions

View File

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