瀏覽代碼

Stop the etcd container during uninstall

Brenton Leanhardt 9 年之前
父節點
當前提交
7d337314cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/adhoc/uninstall.yml

+ 1 - 1
playbooks/adhoc/uninstall.yml

@@ -55,7 +55,7 @@
 
     - name: Stop additional atomic services
       service: name={{ item }} state=stopped
-      when: is_atomic | bool
+      when: is_containerized | bool
       with_items:
         - etcd_container
       failed_when: false