summaryrefslogtreecommitdiff
path: root/GrootStream/1.0/grootstream/role/tasks/uninstall.yml
blob: e2ca97bab288c09b40de2e8325e5a69f02c5f003 (plain)
1
2
3
4
5
6
7
8
9
10
- block:
    - name: Ansible delete old /etc/profile.d/groot-stream.sh
      file:
        path: '/etc/profile.d/groot-stream.sh'
        state: absent
        
    - name: Ansible delete old {{ deploy_dir }}/{{ groot_stream_version }}
      file:
        path: '{{ deploy_dir }}/{{ groot_stream_version }}'
        state: absent