ansible_public/playbooks/fast_fixes/remove_include_tmp_matlab.yaml

10 lines
309 B
YAML
Raw Permalink Normal View History

2022-06-14 18:53:16 +02:00
- hosts: '{{ variable_host | default("lab15_standard") }}'
gather_facts: no
become: yes
tasks:
- name: Remove tmp from included path
lineinfile:
path: /opt/matlab/R2020b/toolbox/local/pathdef.m
state: absent
regexp: '^.*(/tmp/Editor_mmcjz:).*$'