1efec826c7
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.
8 lines
189 B
YAML
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
|