summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2022-07-07 10:22:45 -0400
committerDan Fedele <dan.fedele@gmail.com>2022-07-07 10:22:45 -0400
commit4d31f99ead4bd28d57e610877fd426ed0fe1c94a (patch)
tree157713581eef19021af01cfe7f94b78d6894a70d
parent66e9914e6e351445fbd7a8b5573eb00892e0474f (diff)
Fixed small bug which broke impacket installation
-rw-r--r--kali.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kali.yml b/kali.yml
index ca28fc8..34ec167 100644
--- a/kali.yml
+++ b/kali.yml
@@ -131,6 +131,8 @@
- name: Installing Impacket
ansible.builtin.shell: "python3 /opt/impacket/setup.py build && python3 /opt/impacket/setup.py install"
+ args:
+ chdir: /opt/impacket
- name: Clone Bloodhound.py
ansible.builtin.git: