diff options
author | Andrew Butcher <abutcher@redhat.com> | 2015-12-09 15:27:54 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-12-09 15:27:54 -0500 |
commit | bb033f8ffdc551e34c9e48a151fb6dc99ab7207e (patch) | |
tree | 401914bcadd48fafd3b11a4b15ca5eb896debcde /playbooks/adhoc/uninstall.yml | |
parent | 530aaf841d38c036a2d08df075f85d63b8a52840 (diff) | |
download | openshift-bb033f8ffdc551e34c9e48a151fb6dc99ab7207e.tar.gz openshift-bb033f8ffdc551e34c9e48a151fb6dc99ab7207e.tar.bz2 openshift-bb033f8ffdc551e34c9e48a151fb6dc99ab7207e.tar.xz openshift-bb033f8ffdc551e34c9e48a151fb6dc99ab7207e.zip |
Remove hacluster user during uninstall.
Diffstat (limited to 'playbooks/adhoc/uninstall.yml')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |