Chris Mague hace 8 años
padre
commit
6f70298300
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tasks/bind_setup.yml

+ 1 - 1
tasks/bind_setup.yml

@@ -5,7 +5,7 @@
     name: bind9
 
 - name: Stop the Bind 9 service to run with supervisor
-  service:
+  systemd:
     name: bind9
     stage: stopped