update
This commit is contained in:
6
uninstall/roles/remove_framework_files/tasks/main.yml
Normal file
6
uninstall/roles/remove_framework_files/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: "remove framework files"
|
||||
file:
|
||||
path: /opt/MESA
|
||||
state: absent
|
||||
when: remove.framework == 1
|
||||
ignore_errors: true
|
||||
Reference in New Issue
Block a user