diff options
| author | Scott Dodson <sdodson@redhat.com> | 2016-08-17 21:17:36 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-17 21:17:36 -0400 | 
| commit | 0036c8bf440320ab5ef96813d6aea41578a46cc8 (patch) | |
| tree | 17961278c6cae4cbe1c1fb374465b9d4238ffa5f | |
| parent | 66df6c2f5ee015036f82fe53fc510d6fd26603d6 (diff) | |
Update uninstall.yml
Fixes #2317
| -rw-r--r-- | playbooks/adhoc/uninstall.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index 4edd44fe4..a6c523e26 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -338,7 +338,7 @@      - /etc/ansible/facts.d/openshift.fact      - /etc/etcd      - /etc/systemd/system/etcd_container.service -    - /var/lib/etcd +    - /var/lib/etcd/*  - hosts: lb    become: yes  | 
