Last two fields in fstab are optional (fixes #43855) (#43941)

* Last two fields in fstab are optional
* Add changelog
This commit is contained in:
Jiri Tyr
2019-02-28 19:09:30 +00:00
committed by Sam Doran
parent ec4cf26d60
commit 7739b5e96c
3 changed files with 48 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- mount - make last two fields optional (https://github.com/ansible/ansible/issues/43855)