From bb033f8ffdc551e34c9e48a151fb6dc99ab7207e Mon Sep 17 00:00:00 2001
From: Andrew Butcher <abutcher@redhat.com>
Date: Wed, 9 Dec 2015 15:27:54 -0500
Subject: Remove hacluster user during uninstall.

---
 playbooks/adhoc/uninstall.yml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'playbooks/adhoc/uninstall.yml')

diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml
index 08a2ea6fb..d1bb2298a 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -79,6 +79,8 @@
         - tuned-profiles-openshift-node
         - tuned-profiles-origin-node
 
+    - user: name=hacluster state=absent
+
     - dnf: name={{ item }} state=absent
       when: ansible_pkg_mgr == "dnf" and not is_atomic | bool
       with_items:
-- 
cgit v1.2.3