stackhpc / ansible-slurm-appliance

A Slurm-based HPC workload management environment, driven by Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could disable facts a lot to speed things up

sjpb opened this issue · comments

See title. Where facts are required can also disable INJECT_FACTS_AS_VARS and convert to using ansible_facts[name] which will be faster (oddly).

Fixed by #325.