Skip to content

Instantly share code, notes, and snippets.

@xhiroga
xhiroga / README.md
Last active April 29, 2024 08:42
My Selection Search Options
@xhiroga
xhiroga / vlc-blulay.yml
Created April 29, 2024 13:54
Enable Blu-lay in VLC (but I couldn't succeed)
## References
# https://vlc-bluray.whoknowsmy.name/
---
- name: Create temporary directory for downloads
ansible.windows.win_tempfile:
state: directory
suffix: downloads
register: temp_dir