ansible-lint: Fix commands that are also available as module (#4619)

This commit is contained in:
MarkusTeufelberger
2019-04-24 07:18:00 +02:00
committed by Kubernetes Prow Robot
parent 6df8111cd4
commit 424e59805f
13 changed files with 20 additions and 48 deletions

View File

@@ -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