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
- Host: GitHub
- URL: https://github.com/ccdc-opensource/ansible-role-ccdc-windows-long-paths
- Owner: ccdc-opensource
- License: mit
- Created: 2021-04-09T18:53:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T21:55:20.000Z (about 1 year ago)
- Last Synced: 2025-05-13T23:08:52.949Z (about 1 year ago)
- Topics: ansible, build-systems
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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