blob: 0a4267f97d8c7dcf68907089027e732cf8987773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
# SPDX-FileCopyrightText: 2021 Samsung Electronics
#
# SPDX-License-Identifier: Apache-2.0
- name: Install requirements on nodes
hosts: all,!localhost
gather_facts: false
roles:
- role: pre-install
|