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