Chris Mague 8 년 전
부모
커밋
6f70298300
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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