Files
kayobe/ansible/roles/disable-cloud-init/handlers/main.yml
Pierre Riteau 816d6ffde2 Configure ansible-lint and fix issues found
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
2025-05-27 22:08:39 +02:00

7 lines
104 B
YAML

---
- name: Reload systemd daemon
systemd:
name: cloud-init
daemon_reload: yes
become: True