[FEATURE]: Provide possibility to check existence and settings of a directory/filesystem w/o modifying it #78
Labels
needs-triage
Issue requires triage.
type/feature-request
This is the default label associated with a feature request issue.
Describe the solution you'd like
I would like to see the possibility to check, if a specific path already exists (and what are its settings), before I risk overwriting it with new settings. The current
filesystem
module requires me to setstate
to eitherpresent
(which creates the directory) orabsent
(which removes it if possible). Also a mandatoryowner.name
has to be provided, which changes the owner of the directory. This is unwanted when just checking on a directory stateDescribe alternatives you've considered
Commandline and API. Both alternatives are not an option, as they would require to break the ansible-only workflow
Additional context
none
The text was updated successfully, but these errors were encountered: