Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on Centos 8.3 #22

Open
pun-ky opened this issue Mar 30, 2021 · 1 comment
Open

Does not work on Centos 8.3 #22

pun-ky opened this issue Mar 30, 2021 · 1 comment

Comments

@pun-ky
Copy link

pun-ky commented Mar 30, 2021

included: /Users/krystian.panek/.ansible/roles/wcm_io_devops.apache/tasks/configure-RedHat.yml for aem
Tuesday 30 March 2021  11:42:47 +0200 (0:00:00.067)       0:01:37.972 ********* 
 [started TASK: wcm_io_devops.apache : Install SELinux Python dependencies. on aem]

TASK [wcm_io_devops.apache : Install SELinux Python dependencies.] *************
fatal: [aem]: FAILED! => {
    "changed": false,
    "failures": [
        "No package libselinux-python available."
    ],
    "rc": 1,
    "results": []
}

MSG:

Failed to install some of the specified packages
@tobias-richter
Copy link

tobias-richter commented Mar 30, 2021

@pun-ky this looks like the distribution_major_version is not detected correctly or you are not using the correct version.
This was fixed with https://github.com/wcm-io-devops/ansible-role-apache/releases/tag/3.1.0-3

See: https://github.com/wcm-io-devops/ansible-role-apache/blob/master/tasks/configure-RedHat.yml#L2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants