ansible_slurm/tasks/_inc_create_config_dir.yml
Nate Coraor 1efec826c7 Finally devised a way to define conditional defaults without
defaults/main.yml -> vars/condition.yml -> tasks/merge.yml.

Properly templateize everything.

Move as much as possible to defaults to simplify tasks.

Munge stuff is broken, should be fixed soon, just wanted to get this committed.
2019-01-29 21:26:21 -05:00

8 lines
189 B
YAML

---
# As of 17.11, this is only created if you install the example configs package (RedHat)
- name: Create slurm config dir
file:
path: "{{ slurm_config_dir }}"
state: directory