diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2022-07-07 10:22:45 -0400 |
---|---|---|
committer | Dan Fedele <dan.fedele@gmail.com> | 2022-07-07 10:22:45 -0400 |
commit | 4d31f99ead4bd28d57e610877fd426ed0fe1c94a (patch) | |
tree | 157713581eef19021af01cfe7f94b78d6894a70d | |
parent | 66e9914e6e351445fbd7a8b5573eb00892e0474f (diff) |
Fixed small bug which broke impacket installation
-rw-r--r-- | kali.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |