diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-09 16:13:02 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-09 16:13:02 -0500 |
commit | ecae1fcaaf6d83f2fb6dce0624990b2d13c25db9 (patch) | |
tree | 4bfa6651ae3a8eeacd1af55aedf9fd9a5fc17d25 /playbooks | |
parent | b7b3e6dbdfd17e55055630ce963965818e830620 (diff) | |
parent | bb033f8ffdc551e34c9e48a151fb6dc99ab7207e (diff) | |
download | openshift-ecae1fcaaf6d83f2fb6dce0624990b2d13c25db9.tar.gz openshift-ecae1fcaaf6d83f2fb6dce0624990b2d13c25db9.tar.bz2 openshift-ecae1fcaaf6d83f2fb6dce0624990b2d13c25db9.tar.xz openshift-ecae1fcaaf6d83f2fb6dce0624990b2d13c25db9.zip |
Merge pull request #1049 from abutcher/uninstall-hacluster
Remove hacluster user during uninstall.
Diffstat (limited to 'playbooks')
-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: |