Fix ansible linting issues
These issues can show up when we'll bump ansible lint to a more recent version. Change-Id: Ic8fcc374543419dbc7e299040e293fb78bc932fc
This commit is contained in:
parent
6464003460
commit
1ac0533d37
@ -33,7 +33,9 @@
|
||||
state: "reloaded"
|
||||
|
||||
- name: Restart machined
|
||||
command: "systemctl restart systemd-machined.service"
|
||||
systemd:
|
||||
name: "systemd-machined.service"
|
||||
state: "restarted"
|
||||
|
||||
- name: Restart irqbalance
|
||||
service:
|
||||
|
@ -17,6 +17,9 @@
|
||||
command: "systemctl --version"
|
||||
changed_when: false
|
||||
register: systemd_version
|
||||
tags:
|
||||
# Avoid ANSIBLE0006 lint issue: systemctl used in place of systemd module
|
||||
- skip_ansible_lint
|
||||
|
||||
- block:
|
||||
- name: Create machined proxy override unit directories
|
||||
|
Loading…
x
Reference in New Issue
Block a user