mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 21:52:21 +01:00
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
5 lines
115 B
YAML
5 lines
115 B
YAML
---
|
|
- name: Restart cloud-init
|
|
ansible.builtin.systemd:
|
|
name: "{{ cloud_init_service }}"
|
|
state: restarted |