Files
dvwa-proxy-setup/tasks/Install-Docker-Debian18.yml
2022-04-20 22:57:21 -04:00

5 lines
86 B
YAML

---
- name: Include Ubuntu20 Tasks
include_tasks: ./Install-Docker-Debian20.yml
...