add a changelog fragment (minor_changes)

This commit is contained in:
quidame 2021-03-28 01:37:20 +01:00
parent eafd8f8935
commit e627afa8c0

View file

@ -0,0 +1,7 @@
---
minor_changes:
- mount - allow one to enable/disable swap spaces by mapping module's states
(``mounted``, ``unmounted`` ...) to ``swapon`` and ``swapoff`` commands
(https://github.com/ansible-collections/ansible.posix/issues/106).
- mount - refactor integration tests for better readability/understanding of
what is tested and what OS is targeted.