mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-26 09:54:19 +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
|