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

ipaserver: ipaclient part does not need to install packages

The client part installation is checking for the client packages. These
packages are part of the server packages that have been installed with
the server role and therefore the task is not needed.

This is helping to reduce the deployment time of a server.
parent 4775ad9a
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@
ipaclient_no_ntp:
"{{ 'true' if result_ipaserver_test.ipa_python_version >= 40690
else 'false' }}"
ipaclient_install_packages: "{{ ipaserver_install_packages }}"
ipaclient_install_packages: no
- name: Install - Enable IPA
ipaserver_enable_ipa:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment