ipareplica_install_ca_certs: Cleanup of unused dns settings in options

The dns settings in options have not been used and also not provided to
the module in the tasks file. Therefore these settings shoul dbe removed.
This commit is contained in:
Thomas Woerner
2019-04-03 15:58:49 +02:00
parent 9bfd76a60f
commit cc942cb932
2 changed files with 0 additions and 43 deletions

View File

@@ -204,8 +204,6 @@
dirsrv_cert_files: "{{ ipareplica_dirsrv_cert_files | default([]) }}"
### client ###
force_join: "{{ ipaclient_force_join }}"
### dns ###
forward_policy: "{{ ipareplica_forward_policy | default(omit) }}"
### ad trust ###
netbios_name: "{{ ipareplica_netbios_name | default(omit) }}"
rid_base: "{{ ipareplica_rid_base | default(omit) }}"