This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-ansible-d…/GrootStream/1.0/grootstream/role/tasks/uninstall.yml

11 lines
340 B
YAML
Raw Normal View History

- 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