Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-22 14:57:44 +02:00
parent 7af71b6eb6
commit 47ae8a0a97

View File

@ -193,7 +193,7 @@
# Install nexmon to fix wireless scanning (takes 2.5G of space) # Install nexmon to fix wireless scanning (takes 2.5G of space)
- name: clone nexmon repository - name: clone nexmon repository
git: git:
repo: https://github.com/jayofelony/nexmon.git repo: 'https://github.com/jayofelony/nexmon.git'
dest: /usr/local/src/nexmon dest: /usr/local/src/nexmon
register: nexmongit register: nexmongit
@ -289,7 +289,7 @@
- name: clone pwnagotchi repository - name: clone pwnagotchi repository
git: git:
repo: https://github.com/jayofelony/pwnagotchi.git repo: 'https://github.com/jayofelony/pwnagotchi.git'
dest: /usr/local/src/pwnagotchi dest: /usr/local/src/pwnagotchi
register: pwnagotchigit register: pwnagotchigit
@ -331,7 +331,7 @@
- name: download pwngrid 1.10.4 - name: download pwngrid 1.10.4
git: git:
repo: https://github.com/jayofelony/pwngrid.git repo: 'https://github.com/jayofelony/pwngrid.git'
dest: /usr/local/src/pwngrid dest: /usr/local/src/pwngrid
register: pwngrid register: pwngrid
@ -349,7 +349,7 @@
- name: download bettercap v2.32.1 - name: download bettercap v2.32.1
git: git:
repo: https://github.com/jayofelony/bettercap.git repo: 'https://github.com/jayofelony/bettercap.git'
dest: /usr/local/src/bettercap dest: /usr/local/src/bettercap
register: bettercap register: bettercap