Преглед изворни кода

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