Merge "Add package install for openssl-perl" into stable/train

This commit is contained in:
Zuul 2020-11-12 02:35:20 +00:00 committed by Gerrit Code Review
commit de10a765f0
1 changed files with 6 additions and 0 deletions

View File

@ -141,6 +141,12 @@ outputs:
stat:
path: /etc/ipa/default.conf
register: ipa_conf_exists
- name: install openssl-perl
package:
name: openssl-perl
state: present
when:
- ipaclient_install_packages|bool
- block:
- name: register as an ipa client
import_role: