az-hop icon indicating copy to clipboard operation
az-hop copied to clipboard

mounts defined in config file are not accessible for domain users

Open xpillons opened this issue 2 years ago • 0 comments

Add domain users access when creating the mount directory

  - name: Create "{{mounts[item].mountpoint}}" directory mountpoint
    file:
      path: '{{mounts[item].mountpoint}}'
      state: directory
      mode: '0755'
    loop: "{{mounts | list}}"
    when: item != 'home'

xpillons avatar Feb 08 '23 09:02 xpillons