diff options
author | Avesh Agarwal <avagarwa@redhat.com> | 2015-08-12 09:48:44 -0400 |
---|---|---|
committer | Avesh Agarwal <avagarwa@redhat.com> | 2015-08-17 11:03:00 -0400 |
commit | c85b503d6f02514beb9ea73c6a12fe2ef1bfb25a (patch) | |
tree | 18bc158b251de8389ca383148138d616afbd4e76 /playbooks/adhoc | |
parent | 69f6fd410500a3dd20a97a9e3dad860761b09ac8 (diff) | |
download | openshift-c85b503d6f02514beb9ea73c6a12fe2ef1bfb25a.tar.gz openshift-c85b503d6f02514beb9ea73c6a12fe2ef1bfb25a.tar.bz2 openshift-c85b503d6f02514beb9ea73c6a12fe2ef1bfb25a.tar.xz openshift-c85b503d6f02514beb9ea73c6a12fe2ef1bfb25a.zip |
Added /root/.kube to be deleted so that the stuff there does not prevent
a new install.
Diffstat (limited to 'playbooks/adhoc')
-rw-r--r-- | playbooks/adhoc/tutorial-reset.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/adhoc/tutorial-reset.yml b/playbooks/adhoc/tutorial-reset.yml index 1ceb72d19..77bc13b17 100644 --- a/playbooks/adhoc/tutorial-reset.yml +++ b/playbooks/adhoc/tutorial-reset.yml @@ -39,6 +39,7 @@ - /etc/atomic-enterprise - /etc/openshift - /var/lib/docker + - /root/.kube - user: name={{ item }} state=absent remove=yes with_items: |