Pārlūkot izejas kodu

Uninstall etcd3 package

Scott Dodson 8 gadi atpakaļ
vecāks
revīzija
75354f645f
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      playbooks/adhoc/uninstall.yml

+ 2 - 0
playbooks/adhoc/uninstall.yml

@@ -338,6 +338,7 @@
     failed_when: False
     with_items:
     - etcd
+    - etcd3
     - firewalld
 
   - name: Stop additional atomic services
@@ -352,6 +353,7 @@
     when: not is_atomic | bool
     with_items:
     - etcd
+    - etcd3
 
   - shell: systemctl reset-failed
     changed_when: False