Open burnalting opened 4 years ago
Not sure I understand the need for the second conditional task here, just include python and httpie in the first list and it will just ensure they are there, installing them if they are not. Or is is that httpie and python2 won't install on centos8?
httpie is not available from standard Centos8 (RHEL8) repositories.
python3 is the standard release for Centos8 (RHEL8). If we need python version 2 in addition to python3, then one would need to install python2
.
From an accreditation point of view, is best to only install code required to run the capability.
The common tasks playbook (stroom-ansible-master/stroom/roles/setup/common/tasks/main.yml) should be updated to better support missing software from RHEL8 (which existed in RHEL7). As per