quidame
quidame
> @quidame Thanks for the contribution. Should we create a separate module to manage swap rather than bloating the mount module? Yes, we should, as suggested here: https://github.com/ansible-collections/ansible.posix/issues/106#issuecomment-821309037
> @quidame Would you be interested in raising a PR for the new module? Thanks, Yes, I would. But it is not written yet. Should I open a PR as...
Currently, the module accepts a `resizefs` option (bool), that is not supported by all filesystems. IMHO, it doesn't make sense to support a `size` option for filesystems that don't support...
Should the `size` parameter work only on filesystem creation, or should `resizefs` resize the filesystem at the given `size`, at any time ?
@eferet , thanks for reporting this issue. Currently, not all systems are able to access unmounted xfs filesystems to get size info. Some can, and I've submitted a PR to...
hi @rgl , thanks for suggesting this ! I read two proposals in your report: - pass the ruleset to iptables-restore from stdin rather than a file (that probably means...
> I am interested in modifying the module such that multiple key-value pairs in one or more sections can be added @ptMcGit what you describe is the intent to manage...