mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 02:30:03 -03:30
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
@@ -12,6 +12,7 @@
|
||||
when: http_proxy is defined or https_proxy is defined
|
||||
|
||||
- name: get systemd version
|
||||
# noqa 303 - systemctl is called intentionally here
|
||||
shell: systemctl --version | head -n 1 | cut -d " " -f 2
|
||||
register: systemd_version
|
||||
when: not is_atomic
|
||||
|
||||
Reference in New Issue
Block a user