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: