In your Ansible project directory on WSL, create a files folder and place your PDF inside.
- name: Clone dotfiles repo (if using GitHub) win_shell: | git clone https://github.com/YOUR_USERNAME/dotfiles.git C:\Users\ ansible_user \.dotfiles args: creates: C:\Users\ ansible_user \.dotfiles
New-NetFirewallRule -DisplayName "WinRM HTTP" -Direction Inbound -LocalPort 5985 -Protocol TCP -Action Allow
- name: Initialize Chezmoi dotfiles repo ansible.windows.win_command: chezmoi init https://github.com/yourusername/dotfiles.git args: chdir: C:\Users\%USERNAME%