Ver Fonte

systemd

Chris Mague há 8 anos atrás
pai
commit
6f70298300
1 ficheiros alterados com 1 adições e 1 exclusões
  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