ArchiveBox/archivebox/playbooks/install_all.yml
Nick Sweeting 56b851ea1b
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
more ansible playbooks improvements
2024-09-13 04:55:40 -07:00

8 lines
140 B
YAML

---
- import_playbook: install_ytdlp.yml
vars:
state: 'latest'
- import_playbook: install_singlefile.yml
vars:
state: 'latest'