mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-04 19:39:50 +02:00
5 lines
115 B
YAML
5 lines
115 B
YAML
---
|
|
- name: Restart cloud-init
|
|
ansible.builtin.systemd:
|
|
name: "{{ cloud_init_service }}"
|
|
state: restarted |