mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
9 lines
247 B
YAML
9 lines
247 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
|