Skip to content
Snippets Groups Projects
Commit ef311fcd authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: remove unnecessary task

parent 03bac6a8
No related branches found
No related tags found
1 merge request!2merge feat_ND-2363_ND-2323 into master
...@@ -27,18 +27,6 @@ ...@@ -27,18 +27,6 @@
loop: "{{ stat_result.results }}" loop: "{{ stat_result.results }}"
when: not item.stat.exists when: not item.stat.exists
- name: Mounts für SubApp-Shares & Logs LEGACY
ansible.posix.mount:
path: "{{ item.path }}"
state: "absent"
loop:
# LEGACY -> remove
# we remove this mount in favor of separate mounts for logging ingests and access (but we can only do this once the rollout has happened and the sub-/dissapp are logging to their new locations, because otherwise the "Device is busy", so think of this as preparation)
- path: "/var/log/subapp/{{ ansible_hostname }}"
- path: "/var/log/subapp_ws/"
tags: [notest]
ignore_errors: true
- name: Mounts für SubApp-Shares & Logs NEW - name: Mounts für SubApp-Shares & Logs NEW
ansible.posix.mount: ansible.posix.mount:
path: "{{ item.path }}" path: "{{ item.path }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment