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"
|
executable: "/bin/bash"
|
||||||
register: _enabled_services
|
register: _enabled_services
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
tags:
|
||||||
|
- skip_ansible_lint
|
||||||
|
|
||||||
- name: Execute service action
|
- name: Execute service action
|
||||||
service:
|
service:
|
||||||
|
Loading…
Reference in New Issue
Block a user