mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 22:03:18 +00:00
ipaserver_prepare: Initialize options._subject_base and options._ca_subject
These are set by ca.install_check, but flake8 does not know about this.
This commit is contained in:
@@ -142,6 +142,12 @@ def main():
|
||||
ansible_module._ansible_debug = True
|
||||
ansible_log = AnsibleModuleLog(ansible_module)
|
||||
|
||||
# initialize return values for flake ############################
|
||||
|
||||
# These are set by ca.install_check
|
||||
options._subject_base = None
|
||||
options._ca_subject = None
|
||||
|
||||
# set values ####################################################
|
||||
|
||||
options.force = ansible_module.params.get('force')
|
||||
|
||||
Reference in New Issue
Block a user