mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-13 08:30:50 -07:00
(cherry picked from commit 49d9a257ef
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
cf889faf42
commit
bd4d5fe9db
12 changed files with 13 additions and 13 deletions
|
@ -1057,7 +1057,7 @@ def main():
|
|||
smbios=dict(type='str'),
|
||||
snapname=dict(type='str'),
|
||||
sockets=dict(type='int'),
|
||||
sshkeys=dict(type='str'),
|
||||
sshkeys=dict(type='str', no_log=False),
|
||||
startdate=dict(type='str'),
|
||||
startup=dict(),
|
||||
state=dict(default='present', choices=['present', 'absent', 'stopped', 'started', 'restarted', 'current']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue