ipaserver: Use ipaserver_install_packages for ipaclient deployment part

Use ipaserver_install_packages to enable or disable package installation
for the client deployment part with ipaclient role.
This commit is contained in:
Thomas Woerner
2019-04-03 17:57:28 +02:00
parent 995864cf52
commit b6a562b818

View File

@@ -341,6 +341,7 @@
ipaclient_servers: [ "{{ result_ipaserver_test.hostname }}" ]
ipaclient_hostname: "{{ result_ipaserver_test.hostname }}"
ipaclient_no_ntp: "{{ 'true' if result_ipaserver_test.ipa_python_version >= 40690 else 'false' }}"
ipaclient_install_packages: "{{ ipaserver_install_packages }}"
#- name: Install - Setup client
# command: >