ipaclient: Use ipaclient_all_ip_addresses instead of ipahost_all_ip_addresses (2)

This setting had the wrong and unsed prefix ipahost. THis has been fixed and
the proper prefix ipaclient is now used.

The change in ipaclient/defaults/main.yml was missing from the first commit
b5d6dc00d2
This commit is contained in:
Thomas Woerner
2019-04-03 21:30:15 +02:00
parent 5d79745e88
commit de039aa0c8

View File

@@ -18,7 +18,7 @@ ipaclient_force: no
ipaclient_force_ntpd: no
ipaclient_no_nisdomain: no
ipaclient_configure_firefox: no
ipahost_all_ip_addresses: no
ipaclient_all_ip_addresses: no
ipassd_fixed_primary: no
ipassd_permit: no
ipassd_enable_dns_updates: no