mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-17 12:41:21 -03:30
Updates based on feedback Simplify checks for file exists remove invalid char Review feedback. Use regular systemd file. Add template for docker systemd atomic
5 lines
150 B
YAML
5 lines
150 B
YAML
---
|
|
|
|
- include: centos-7.yml
|
|
when: ansible_distribution in ["CentOS","RedHat"] and
|
|
ansible_distribution_major_version >= 7 and not is_atomic |