HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 30 forks source link

Replace ansible_distribution=Redhat with ansible_os_family == Redhat #275

Closed stoeps13 closed 9 months ago

stoeps13 commented 1 year ago

To test the installation with a binary compatible replacement like Rocky Linux, Alma Linux, Oracle Linux or Amazon Linux, the usage of ansible_distribution is not working. Even when the replacements are not officially supported, it helps us to test on different platforms and does not interfere with a real Red Hat deployment.

stoeps13 commented 9 months ago

In the actual version this is not enough, will create a new PR after some testing.