From af0632b3ffcbf47555d4c0bb5dc386fb36a70d43 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 12 Dec 2017 08:03:16 +0000 Subject: [PATCH] Workaround ansible lint failure This skips the ANSIBLE0006 issue asking to use systemd module instead of systemctl command. Change-Id: I774829efd763da2400062574bc8266e544d6f75d --- playbooks/common-tasks/restart-service.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/common-tasks/restart-service.yml b/playbooks/common-tasks/restart-service.yml index 808fb0990e..67eaeb7c0a 100644 --- a/playbooks/common-tasks/restart-service.yml +++ b/playbooks/common-tasks/restart-service.yml @@ -28,6 +28,8 @@ executable: "/bin/bash" register: _enabled_services changed_when: false + tags: + - skip_ansible_lint - name: Execute service action service: