mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-29 10:54:41 +00:00
Update args_common.py
This commit is contained in:
@@ -75,7 +75,7 @@ WAIT_ARG_SPEC = dict(
|
|||||||
type='dict',
|
type='dict',
|
||||||
default=None,
|
default=None,
|
||||||
options=dict(
|
options=dict(
|
||||||
property=dict(),
|
property=dict(required=True),
|
||||||
value=dict()
|
value=dict()
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user