adoptium / adoptium/infrastructure

Ansible request for EL10 distributions

Open
#3,868 47 comments 0 reactions 2 assignees Claimed by @sxa View on GitHub
ansible
Dominant language
Python
Stars
96
Forks
106
Avg merge
1d 23h
Merged PRs (30d)
13

Description

Please put the name of the software product (and affected platforms if relevant) in the title of this issue

Delete as appropriate from this list:

- Bug in ansible playbook

Details:
- Current playbooks do not execute out of the box on CentOS Stream 10 and will therefore likely fail on RHEL10 and other derivative distributions. It may be due to issues caused with a newer version of ansible as CS9 does not have the same problem:
```
0.930 + ansible-playbook -i hosts ansible/playbooks/AdoptOpenJDK_Unix_Playbook/main.yml -e git_sha=123456 --skip-tags=debug,hosts_file,hostname,adoptopenjdk,jenkins,nagios,superuser,docker,swap_file,crontab,nvidia_cuda_toolkit
1.462 ERROR! couldn't resolve module/action 'homebrew'. This often indicates a misspelling, missing collection, or incorrect module path.
1.462
1.462 The error appears to be in '/ansible/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/curl/tasks/main.yml': line 121, column 3, but may
1.462 be elsewhere in the file depending on the exact syntax problem.
1.462
1.462 The offending line appears to be:
1.462
1.462
1.462 - name: Install latest version of curl for MacOS
1.462 ^ here
------
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.