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

chore: remove debug tasks from configure_nfs_mounts.yml

parent 144143b9
No related branches found
No related tags found
1 merge request!1ND-1759
---
#- name: DEBUG
# debug:
# #msg: "{{ nfs_mounts_subapp.nfs_opts.v3 | default ( nfs_mounts_subapp.nfs_opts.v4 )}} )"
# #msg: "{{ nfs_mounts_subapp.hosts.{{ ansible_hostname }} | default ( nfs_mounts_subapp.nfs_opts.v4 )}} )"
# #msg: "{% for item in root[ansible_hostname]['key'] %}{{ item }}{% endfor %}"
# msg: "{{ nfs_mounts_subapp.hosts[ansible_hostname]['access']['nfs_share'] }}"
# tags: [always]
# We want to manually create mountpoint directories in case they don't exist,
# because then we get to set permissions that deny ANY write access as long as
# there's no NFS share mounted. This will help with cases where the share
......@@ -25,9 +15,6 @@
- "{{ nfs_mounts_subapp.hosts[ansible_hostname]['sftp_download']['path'] | default('/home/import/download') }}"
register: stat_result
tags: [nfs]
- debug:
var: stat_result.results
tags: [nfs]
- name: if dir doesn't exist, create it with correct permissions
file:
path: "{{ item.item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment