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

Ubuntu 22.04 & backport other PRs #75

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

Poil
Copy link

@Poil Poil commented Mar 23, 2023

No description provided.

sunshine69 and others added 4 commits November 7, 2022 14:42
- Simplify the arguments builder to be sure they are list all the time
  and easy to read.
  My ansible gives error at the end complaining about adding a list to
  str.

- Added support for RHEL8
- Download archive first to be cached before extract.
  Usefull when testing roles, we do not need to download it all the
  time.
The windows has it but not on Linux or Darwin. This allows us to set
proxy URL and username, password independently
@Poil Poil changed the title WIP: Ubuntu 22.04 & backport other PRs Ubuntu 22.04 & backport other PRs Apr 11, 2023
@thebtm
Copy link

thebtm commented Oct 17, 2023

Good Afternoon, I was testing these changes on Ubuntu 22.04 LTS and the role failed at Install Legacy dependencies. I am wondering why not just install libssl3 as a dependancy and not use legacy install?

TASK [Azure_DevOps_Agent : Install Legacy dependencies] ********************************************************************************************************************************************************
failed: [192.168.2.100] (item=http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb) => {"ansible_loop_var": "item", "changed": false, "item": "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb", "msg": "Unable to install package: E:read, still have 8 to read but none left"}

Edit:
I removed the legacy task and SSL task and just added libssl3 as dependancy package and the role completed successfully for Ubuntu 22.04 LTS

@thebtm
Copy link

thebtm commented Oct 17, 2023

After making the changes I did for Ubuntu 22.04 LTS. this role works great.

@Poil
Copy link
Author

Poil commented Nov 10, 2023

Which version of the agent did you install ?
v3 use libssl3

@thebtm
Copy link

thebtm commented Jan 18, 2024

I was using Azure DevOps Agent 3.227.2 on Ubuntu 22.04 LTS.

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

Successfully merging this pull request may close these issues.

None yet

4 participants