
Copy ansible-lint configuration from kolla-ansible as a starting point. Also replace alint tox job by ansible-lint. Fix various issues found by ansible-lint to make it pass with the current set of rules. Change-Id: I1d6173caadbcf249330512e170af8095464f1237
7 lines
104 B
YAML
7 lines
104 B
YAML
---
|
|
- name: Reload systemd daemon
|
|
systemd:
|
|
name: cloud-init
|
|
daemon_reload: yes
|
|
become: True
|