Skip to content
Snippets Groups Projects
Commit b6a562b8 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

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.
parent 995864cf
No related branches found
No related tags found
No related merge requests found
...@@ -341,6 +341,7 @@ ...@@ -341,6 +341,7 @@
ipaclient_servers: [ "{{ result_ipaserver_test.hostname }}" ] ipaclient_servers: [ "{{ result_ipaserver_test.hostname }}" ]
ipaclient_hostname: "{{ 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_no_ntp: "{{ 'true' if result_ipaserver_test.ipa_python_version >= 40690 else 'false' }}"
ipaclient_install_packages: "{{ ipaserver_install_packages }}"
#- name: Install - Setup client #- name: Install - Setup client
# command: > # command: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment