-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
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
------
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done