Browse Source

Merge pull request #1387 from talset/atomic_uninstall

Change etcd deamon name for atomic-host in playbooks/adhoc/uninstall.yml
Brenton Leanhardt 9 năm trước cách đây
mục cha
commit
ea215cdd99
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      playbooks/adhoc/uninstall.yml

+ 7 - 0
playbooks/adhoc/uninstall.yml

@@ -53,6 +53,13 @@
         - pcsd
       failed_when: false
 
+    - name: Stop additional atomic services
+      service: name={{ item }} state=stopped
+      when: is_atomic | bool
+      with_items:
+        - etcd_container
+      failed_when: false
+
     - name: Remove packages
       action: "{{ ansible_pkg_mgr }} name={{ item }} state=absent"
       when: not is_atomic | bool