Skip to content

Commit

Permalink
fix(step_ca_provisioner): actually use ca_path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Mar 23, 2021
1 parent 7d7bb39 commit f6f45f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/step_ca_provisioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def add_provisioner(module, result):
"aws_iid_roots_file": "--iid-roots",
"azure_tenant": "--azure-tenant",
"azure_resource_group": "--azure-resource-group",
"ca_config": "--ca-config",
"disable_custom_sans": "--disable-custom-sans",
"disable_trust_on_first_use": "--disable-trust-on-first-use",
"gcp_service_account": "--gcp-service-account",
Expand Down

0 comments on commit f6f45f8

Please sign in to comment.