ipareplica_setup_kra: Remove unused ccache parameter

The installer_ccache parameter is used in the module. The ccache parameter
was only set, but not used at all.
This commit is contained in:
Thomas Woerner
2020-04-02 10:48:53 +02:00
parent 2712e39bc4
commit ffd8585d19
2 changed files with 0 additions and 9 deletions

View File

@@ -606,7 +606,6 @@
server: "{{ result_ipareplica_test.server }}"
config_master_host_name:
"{{ result_ipareplica_prepare.config_master_host_name }}"
ccache: "{{ result_ipareplica_prepare.ccache }}"
installer_ccache: "{{ result_ipareplica_prepare.installer_ccache }}"
_ca_enabled: "{{ result_ipareplica_prepare._ca_enabled }}"
_kra_enabled: "{{ result_ipareplica_prepare._kra_enabled }}"