Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Add package install for openssl-perl"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 24, 2020
2 parents cb16ad7 + bc0ab07 commit 55c1630
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployment/ipa/ipaservices-baremetal-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 55c1630

Please sign in to comment.