Fix for creation and removal of swap record in fstab (fixes #42706, #31437 and #30090) (#42837)

This commit is contained in:
Jiri Tyr
2018-07-31 22:09:38 +01:00
committed by ansibot
parent fd839d7a67
commit c93f24b45b
3 changed files with 118 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
---
bugfixes:
- Fix the mount module's handling of swap entries in fstab
(https://github.com/ansible/ansible/pull/42837)