123456789101112131415161718192021222324 |
- ---
- - name: Include common variables
- include_vars: ../../common/vars/main.yml
- - name: Include timescaledb variables
- include_vars: ../../timescaledb/vars/main.yml
- - name: Prepare MonSter input file
- include_tasks: update_timescaledb_details.yml
- when: hostvars[groups['manager'][0]]['slurm_service']
|