mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
data should be redacted in docker_secret (#31366)
This commit is contained in:
@@ -255,7 +255,7 @@ def main():
|
||||
argument_spec = dict(
|
||||
name=dict(type='str', required=True),
|
||||
state=dict(type='str', choices=['absent', 'present'], default='present'),
|
||||
data=dict(type='str'),
|
||||
data=dict(type='str', no_log=True),
|
||||
labels=dict(type='dict'),
|
||||
force=dict(type='bool', default=False)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user