An open API service indexing awesome lists of open source software.

https://github.com/ccdc-opensource/ansible-role-ccdc-windows-long-paths

Remove MAX_PATH windows limitation
https://github.com/ccdc-opensource/ansible-role-ccdc-windows-long-paths

ansible build-systems

Last synced: 5 months ago
JSON representation

Remove MAX_PATH windows limitation

Awesome Lists containing this project

README

          

# Ansible Role: Allow paths longer than 260 characters

This role applies the [registry fix](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#enable-long-paths-in-windows-10-version-1607-and-later) that allows removing MAX_PATH limitations from common Win32 file and directory functions starting in Windows 10, version 1607.

## Requirements

None.

## Role Variables

None.

## Dependencies

None.

## Example Playbook

- hosts: all
roles:
- ccdc.windows_long_paths

## License

MIT / BSD

## Author Information

This role was created in 2020 by Claudio Bantaloukas