Fixed some small errors

This commit is contained in:
datalore 2025-01-05 21:38:57 +01:00
parent 8687d03fe8
commit ca0cced319

View File

@ -1,4 +1,5 @@
- name: Setup pentesting system - name: Setup pentesting system
hosts: localhost
tasks: tasks:
- name: Package management - name: Package management
@ -55,6 +56,7 @@
git: git:
clone: true clone: true
depth: 1 depth: 1
dest: ~/SecLists
repo: https://github.com/danielmiessler/SecLists repo: https://github.com/danielmiessler/SecLists