提交各组件部署Ansible剧本初版
This commit is contained in:
10
GrootStream/1.0/grootstream/role/tasks/uninstall.yml
Normal file
10
GrootStream/1.0/grootstream/role/tasks/uninstall.yml
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user