removed typos from playbook

This commit is contained in:
gurkenhabicht 2023-01-07 12:31:01 +01:00
parent 7e26ed0098
commit 0dcb8b4dc9
2 changed files with 4 additions and 3 deletions

View File

@ -296,9 +296,9 @@
- name: Haiti
ansible.builtin.shell:
cmd: pacman -S --noconfirm haiti
- name: CeWL
ansible.bultin.shell:
cmd: pacman -S --noconfirm cewl
- name: CeWL
ansible.builtin.shell:
cmd: pacman -S --noconfirm cewl
# Pwn
- name: Ghidra

1
run.sh
View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
[[ ! -d .vagrant ]] && mkdir .vagrant
vagrant box update
ssh-keygen -b 4096 -N "" -f ./.vagrant/vagrant.key
chmod 600 ./.vagrant/vagrant.key