mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix no_log for newer ansible-test (#221)
This commit is contained in:
parent
303486c52c
commit
ed3a3dc080
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ ARGUMENTS_SPEC_CONTAINER = dict(
|
|||
cpuset_mems=dict(type='str'),
|
||||
detach=dict(type='bool', default=True),
|
||||
debug=dict(type='bool', default=False),
|
||||
detach_keys=dict(type='str'),
|
||||
detach_keys=dict(type='str', no_log=False),
|
||||
device=dict(type='list', elements='str'),
|
||||
device_read_bps=dict(type='list'),
|
||||
device_read_iops=dict(type='list'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue