mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Let's see whether older Pythons barf on this.
This commit is contained in:
@@ -16,7 +16,7 @@ if t.TYPE_CHECKING:
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible_collections.community.general.plugins.module_utils.cmd_runner_fmt import ArgFormatType
|
||||
|
||||
ArgFormatter = t.Union[ArgFormatType, cmd_runner_fmt._ArgFormat]
|
||||
ArgFormatter = ArgFormatType | cmd_runner_fmt._ArgFormat
|
||||
|
||||
|
||||
def _ensure_list(value):
|
||||
|
||||
Reference in New Issue
Block a user