Fixed some small errors
This commit is contained in:
parent
8687d03fe8
commit
ca0cced319
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user