You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the playbook I get the error
"No package matching 'slurm-slurmdbd' found available, installed or updated"
for Task : Install Slurm DB packages
Just FYI, it is not in the RHEL repo. I verified this. I am working on the same solution into the RPM too. I noticed the repo you linked uses the older version of slurm (17) and they are up to 19.
When running the playbook I get the error
"No package matching 'slurm-slurmdbd' found available, installed or updated"
for Task : Install Slurm DB packages
{
"_ansible_parsed": true,
"_ansible_no_log": false,
"changed": false,
"results": [
"No package matching 'slurm-slurmdbd' found available, installed or updated"
],
"rc": 126,
"invocation": {
"module_args": {
"autoremove": false,
"disable_plugin": [],
"install_repoquery": true,
"update_cache": false,
"disable_excludes": null,
"exclude": [],
"update_only": false,
"installroot": "/",
"allow_downgrade": false,
"name": [
"munge",
"slurm-slurmdbd"
],
"download_only": false,
"bugfix": false,
"list": null,
"disable_gpg_check": false,
"conf_file": null,
"use_backend": "auto",
"validate_certs": true,
"state": "present",
"disablerepo": [],
"releasever": null,
"enablerepo": [],
"skip_broken": false,
"security": false,
"enable_plugin": []
}
},
"msg": "No package matching 'slurm-slurmdbd' found available, installed or updated"
The text was updated successfully, but these errors were encountered: