mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
- Edit DOCUMENTATION section to add ephemeral state - Edit EXAMPLES section to add ephemeral state example - Add new function `_set_ephemeral_args` to replace `_set_fstab_args` when using ephemeral state - Add new function `_is_same_mount_src` to determine if the mounted volume on the destination path has the same source than the one supplied to the module - Add new function `_get_mount_info` to avoid redundant code between functions `get_linux_mounts` and `_is_same_mount_src` - Modify `get_linux_mount` to use the new function `_get_mount_info`. Behavior is preserved. - Integrate `ephemeral` parameter treatment into `mounted` treatment, and add `if` statements to avoid IO from/to fstab - Add `ephemeral` as a possible value for the `state` parameter in `main()` - Add `required_if` dependencies for `ephemeral` state |
||
|---|---|---|
| .. | ||
| action | ||
| callback | ||
| module_utils | ||
| modules | ||
| shell | ||