aboutsummaryrefslogtreecommitdiff
path: root/foremanhost.py
diff options
context:
space:
mode:
Diffstat (limited to 'foremanhost.py')
-rw-r--r--foremanhost.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/foremanhost.py b/foremanhost.py
index 721f36c..c6bb3e7 100644
--- a/foremanhost.py
+++ b/foremanhost.py
@@ -78,7 +78,7 @@ options:
description:
- Wether to verify SSL certs of the Foreman API
required: false
- default: {}
+ default: True
author:
- "Guido Günther"
'''
@@ -621,7 +621,7 @@ def main():
api_password=dict(no_log=True),
api_retries=dict(type='int'),
api_errors=dict(type='list'),
- ssl_verify=dict(),
+ ssl_verify=dict(type='bool'),
))
if not HAS_REQUESTS: