Browse Source

default failed attribute to False

python3
Edoardo Putti 6 years ago
parent
commit
cc9e7d8193
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      library/ssh_cert.py

+ 1
- 0
library/ssh_cert.py View File

@ -67,6 +67,7 @@ def main():
)
result = {}
result['rc'] = 0
result['failed'] = False
result['ca'] = {}
result['ca']['path'] = '/etc/ssh/user_ca.pub'
result['certificate'] = {}


Loading…
Cancel
Save