mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 21:34:34 +03:00
47508d5c6e
Role names in ansible collections should not have hyphens.
8 lines
105 B
YAML
8 lines
105 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
gather_facts: false
|
|
become: true
|
|
roles:
|
|
- role: bootstrap_os
|