ansible-role-thales-hsm/handlers/main.yaml
Douglas Mendizábal b39d08608f Add support for Security World client v13.4.4
This patch adds support for installing the latest Security World client
software.  The installation media format for that version is a zipped
file containing an ISO.

The mechanism for installing the source media was changed to expect this
new format.  The file is still downloaded to the target host and now
unzip is used instead of tar to unarchive the ISO.

The client software is now installed on the target host using the RPM files
found in the ISO image.

Change-Id: If00a8612cd50f492da833033a2ed3256585617bd
2023-10-02 14:50:11 -04:00

7 lines
207 B
YAML

---
- name: Legacy vars warning
ansible.builtin.debug:
msg: "WARNING: Using legacy thales_hsm_ip_address and
thales_client_tarball_location variables. Please udpate your
vars file."