Workaround ansible lint failure
This skips the ANSIBLE0006 issue asking to use systemd module instead of systemctl command. Change-Id: I774829efd763da2400062574bc8266e544d6f75d
This commit is contained in:
parent
7b3aac28a0
commit
af0632b3ff
@ -28,6 +28,8 @@
|
||||
executable: "/bin/bash"
|
||||
register: _enabled_services
|
||||
changed_when: false
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
|
||||
- name: Execute service action
|
||||
service:
|
||||
|
Loading…
Reference in New Issue
Block a user