소스 검색

Merge pull request #1562 from brenton/master

Stop the etcd container during uninstall
Brenton Leanhardt 9 년 전
부모
커밋
440875336e
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