ansible-slurm icon indicating copy to clipboard operation
ansible-slurm copied to clipboard

SlurmDBD config does not work

Open natefoo opened this issue 4 years ago • 5 comments

The config template, generic.conf.j2 expects to be run in a loop over a list of dicts, but the task that templates it does not do so.

natefoo avatar Mar 06 '20 14:03 natefoo

Oh, after submitting this pull request, I noticed that this is already fixed in #1. However, we also need #5.

torfinnnome avatar May 22 '20 12:05 torfinnnome

Also experiencing this issue on v0.1.3

TASK [galaxyproject.slurm : Install slurmdbd.conf] **************************************************************************************************************************************
fatal: [REDACTED]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'item' is undefined"}

bdeetz avatar Jan 27 '21 04:01 bdeetz

I just ran into this issue when I installed the role for the first time and tried out the example playbook. Is there a plan for getting it fixed? I’m a bit confused from the discussion above whether it is thought to be fixed, or is still acknowledged as a problem in the default install.

ianhinder avatar Aug 08 '21 09:08 ianhinder

I just ran into this issue when I installed the role for the first time and tried out the example playbook. Is there a plan for getting it fixed? I’m a bit confused from the discussion above whether it is thought to be fixed, or is still acknowledged as a problem in the default install.

When you use the master branch instead of the tag, the error is fixed. You can also check out the merged link above the see the exact fixes

michaelniemand avatar Nov 16 '21 12:11 michaelniemand

The fix should be included in the tagged version 1.0.0 as well, which is upload to Ansible Galaxy.

natefoo avatar Nov 17 '21 14:11 natefoo