mrlesmithjr/ansible-manage-lvm

Rename `create` key to `present`

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
When I read the lvm_groups variables my understanding of the key create causes confusion.
Even after reading the role variables, naturally I interpreted the key with "should Ansible create and/or manage the vg or lv or not?", True would manage it, false would not manage it.

Understanding this wrong would potentially end up in removing a lot of logical volumes.

Describe the solution you'd like
The question I should have to ask myself is, should the vg or lv be present on the system.
Therefor I would like to request to rename create into present as a key.

Describe alternatives you've considered
You could consider an other name than create, as long as it is more clear that the key does not represent creating but being present.

Additional context

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.