mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
* Mark _symbolic_mode_to_octal and helper functions as classmethod and staticmethod These helpers should be made toplevel functions in their own module. For now, make them staticmethod/classmethod so that they can be used (and tested) without instantiating an AnsibleModule. * Move regex compilation out of loops * Get rid of python-2.4 compat