Skip to content

Conversation

TechDufus
Copy link
Owner

Closes #108

Summary

  • Added unzip package to Arch Linux system dependencies
  • Added win32yank installation section for WSL users on Arch Linux (matching Ubuntu/Fedora)
  • Ensures the unarchive module can extract zip files on Arch systems

Test Plan

  • Syntax check passes: ansible-playbook main.yml --syntax-check
  • Ansible lint warnings are consistent with existing patterns in OS-specific files
  • Manual test on Arch Linux system with WSL to verify win32yank installation works
  • Verify non-WSL Arch systems are unaffected (win32yank section only runs when ansible_host_environment_is_wsl is true)

@TechDufus TechDufus force-pushed the fix/issue-108-arch-unzip-handler branch from 646190e to b81be09 Compare July 14, 2025 12:56
@TechDufus
Copy link
Owner Author

Updated: Simplified the fix to only add the unzip package dependency for Arch Linux. Removed the win32yank installation section since Arch Linux is not used in WSL.

@TechDufus TechDufus merged commit dbac5be into main Jul 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] ARCH: No unzip handler is installed
1 participant