feat(ansible): Migrate Ubuntu Jammy II
[csit.git] / fdio.infra.ansible / roles / nomad / handlers / main.yaml
index f0bcee9..6263f3d 100644 (file)
@@ -2,9 +2,8 @@
 # file roles/nomad/handlers/main.yaml
 
 - name: Restart Nomad
-  systemd:
+  ansible.builtin.systemd:
     daemon_reload: true
     enabled: true
     name: "nomad"
     state: "{{ nomad_restart_handler_state }}"
-