Small update version 2.1.1

This commit is contained in:
Jeroen Oudshoorn
2023-08-29 23:51:28 +02:00
parent df037ab707
commit 66803c15c7

View File

@ -235,7 +235,7 @@
- name: download and install pwngrid - name: download and install pwngrid
unarchive: unarchive:
src: "{{ packages.pwngrid.url }}" src: "{{ packages.pwngrid.url }}"
dest: /usr/bin dest: /usr/local/bin
remote_src: yes remote_src: yes
mode: 0755 mode: 0755
@ -263,10 +263,6 @@
executable: /bin/bash executable: /bin/bash
register: bettercap register: bettercap
- name: Link bettercap v2.32.1
command: ln -s /usr/local/bin/bettercap /usr/bin/bettercap
when: bettercap.changed
- name: clone bettercap caplets - name: clone bettercap caplets
git: git:
repo: https://github.com/jayofelony/caplets.git repo: https://github.com/jayofelony/caplets.git