Modify tls-e service to not install packages by default

We typically do not install packages by default.  This tells
ansible-freeipa to not do so.

Change-Id: I8fdbd5b3e25b8a59340037c7230ff3df318ea8d5
This commit is contained in:
Ade Lee 2020-05-22 16:21:22 -04:00
parent 80888cf742
commit 245fc4403c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ parameters:
description: Set to true to enroll the base server (computes, controllers)
type: boolean
IdMInstallClientPackages:
default: True
default: False
description: Set to True to have ansible-freeipa install ipa client packages
on the overcloud node.
type: boolean