6 lines
208 B
YAML
6 lines
208 B
YAML
- include: init.yml
|
|
when: inventory_hostname in groups['clickhouse'][:2] and operation == "install"
|
|
|
|
- include: upgrate.yml
|
|
when: inventory_hostname in groups['clickhouse'][:2] and operation == "upgrade"
|