clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

Ensure management playbook doesn't fail when trying to create superuser. #106

Closed willfurnass closed 3 years ago

willfurnass commented 3 years ago

Think this is required as of Django 3.2.

Addresses https://github.com/clusterinthecloud/support/issues/35

willfurnass commented 3 years ago

Failing with unrelated linting and molecule errors :(

Error: unnamed-task All tasks should be named

and

  TASK [slurm : install Slurm] ***************************************************
  failed: [instance] (item=slurmd) => {"ansible_loop_var": "item", "changed": false, "failures": [], "item": "slurmd", "msg": "Depsolve Error occured: \n Problem: package slurm-slurmd-20.02.5-1.17.x86_64 requires pmix = 3.1.5, but none of the providers can be installed\n  - cannot install the best candidate for the job\n  - nothing provides libhwloc.so.5()(64bit) needed by pmix-3.1.5-1.26.x86_64", "rc": 1, "results": []}
milliams commented 3 years ago

Brilliant, thanks Will.