mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
ansible-lint: Fix commands that are also available as module (#4619)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6df8111cd4
commit
424e59805f
@@ -45,7 +45,8 @@
|
||||
when: is_etcd_master and etcd_events_cluster_setup
|
||||
|
||||
- name: Configure | reload systemd
|
||||
command: systemctl daemon-reload
|
||||
systemd:
|
||||
daemon_reload: true
|
||||
when: is_etcd_master
|
||||
|
||||
- name: Configure | Ensure etcd is running
|
||||
|
||||
Reference in New Issue
Block a user