7 lines
240 B
YAML
7 lines
240 B
YAML
# hosts/roles/tethys_canary/tasks/main.yaml
|
|
---
|
|
- name: Placeholder for SUI validator container runtime setup
|
|
ansible.builtin.debug:
|
|
msg: "Configure container runtime and validator compose stack here."
|
|
tags: ['tethys', 'validator']
|