feat(ansible): Migrate Ubuntu Jammy IV.
[csit.git] / fdio.infra.ansible / roles / vault / handlers / main.yaml
index 35841c7..ff2944f 100644 (file)
@@ -2,7 +2,7 @@
 # file roles/vault/handlers/main.yaml
 
 - name: Restart Vault
-  systemd:
+  ansible.builtin.systemd:
     daemon_reload: true
     enabled: true
     name: "{{ vault_systemd_service_name }}"