Chris Mague 8 년 전
부모
커밋
15181bdd3d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tasks/bind_setup.yml

+ 2 - 1
tasks/bind_setup.yml

@@ -7,7 +7,8 @@
 - name: Stop the Bind 9 service to run with supervisor
   systemd:
     name: bind9
-    stage: stopped
+    state: stopped
+    enabled: no
 
 - name: remove the startup file
   file: