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 #273

Closed stoeps13 closed 1 year 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 1 year ago

Sorry wrong commit