ansible: fix bacula-fd service name
authorKristof Provost <kp@FreeBSD.org>
Mon, 28 Oct 2024 21:24:37 +0000 (22:24 +0100)
committerKristof Provost <kp@FreeBSD.org>
Mon, 28 Oct 2024 21:24:37 +0000 (22:24 +0100)
ansible/roles/domotica/tasks/domotica.yaml [moved from ansible/roles/router/tasks/domotica.yaml with 100% similarity]
ansible/roles/domotica/templates/natalie.sigsegv.be.settings.py [moved from ansible/roles/router/templates/natalie.sigsegv.be.settings.py with 100% similarity]
ansible/roles/router/tasks/bacula-fd.yaml

index fdde5c5..d29d603 100644 (file)
@@ -41,6 +41,6 @@
     value: "YES"
 - name: Start bacula-fd
   ansible.builtin.service:
-    name: bacula-fd
+    name: bacula_fd
     state: started
   become: true