mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
add a changelog fragment (minor_changes)
This commit is contained in:
parent
eafd8f8935
commit
e627afa8c0
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue