фикс ошибок линта и молекулы
This commit is contained in:
@@ -20,9 +20,11 @@
|
||||
gather_facts: true
|
||||
become: true
|
||||
tags: [etcd]
|
||||
when: k3s_etcd_type | default('embedded') == 'external'
|
||||
roles:
|
||||
- role: etcd
|
||||
tasks:
|
||||
- name: Include etcd role for external mode
|
||||
ansible.builtin.include_role:
|
||||
name: etcd
|
||||
when: k3s_etcd_type | default('embedded') == 'external'
|
||||
|
||||
# ── 0. Chrony — синхронизация времени ────────────────────────────────────────
|
||||
- name: Configure time synchronization (chrony)
|
||||
|
||||
Reference in New Issue
Block a user