mount: remove boot exception if defaults in opts

This commit is contained in:
copyrights
2022-05-23 22:21:11 +02:00
committed by Hideki Saito
parent afa724ba8a
commit d0bd237e11
3 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
---
bugfix:
- mount - Handle ``boot`` option on Linux, NetBSD and OpenBSD correctly (https://github.com/ansible-collections/ansible.posix/issues/364).