mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 14:11:21 +00:00
9 lines
246 B
YAML
9 lines
246 B
YAML
|
---
|
||
|
- name: gather OS specific variables
|
||
|
include_vars: "{{ item }}"
|
||
|
with_first_found:
|
||
|
- "{{ ansible_os_family }}-{{ ansible_distribution_major_version}}.yml"
|
||
|
- "{{ ansible_os_family }}.yml"
|
||
|
- include: install.yml
|
||
|
- include: start.yml
|