Add ephemeral state to mount fs without altering fstab

This commit is contained in:
NdFeB
2021-09-14 18:57:39 +02:00
parent 55bd196e82
commit 04089e80fb
3 changed files with 416 additions and 22 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- mount - Add ``ephemeral`` value for the ``state`` parameter, that allows to mount a filesystem
without altering the ``fstab`` file (https://github.com/ansible-collections/ansible.posix/pull/267).