-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Ansible request for CentOS6 to be able to run playbooks under Vagrant #2351
Comments
Had a look inside the vagrant machine (before the playbook was run on it). It comes out of the box with curl version 7.19, but strangely it has no problem querying adoptium api, ref adoptium/temurin-build#2751, which is a problem on other machines with that version of curl
(this would usually hit a certification error on machines whose curl version is less than 7.58 I believe) |
After finally getting the playbook to run, I encountered this error
|
I believe this is fixed by #2372 |
Considering I've had 3 VPC runs where this has worked perfectly fine, I'm closing this issue |
Please put the name of the software product (and affected platforms if relevant) in the title of this issue
Details: The fix to the OpenSSL issues on our CentOS6 images works ok, but the runs in VagrantPlaybookCheck do not. This may be due to the presence of OpenSSL 32-bit (
i686
) packages in the vagrant boxes causing some problems. This needs to be replicated to see if we can understand the failure with the new playbook role (as added in #2344) and see if we can work around it (either by removing any problematic packages, or also creating a 32-bit version of the updated packages from CentOS7)@Haroon-Khel Can you take a look at this please?
The text was updated successfully, but these errors were encountered: