add speedtest-cli
parent
7e8fc625c2
commit
8d60bc7ad5
|
@ -20,6 +20,7 @@
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- nmap
|
- nmap
|
||||||
- docker.io
|
- docker.io
|
||||||
|
- speedtest-cli
|
||||||
tasks:
|
tasks:
|
||||||
- name: install deb-utils packages
|
- name: install deb-utils packages
|
||||||
apt:
|
apt:
|
||||||
|
@ -177,7 +178,6 @@
|
||||||
repo: https://github.com/aircrack-ng/aircrack-ng.git
|
repo: https://github.com/aircrack-ng/aircrack-ng.git
|
||||||
dest: /opt/aircrack-ng
|
dest: /opt/aircrack-ng
|
||||||
version: master
|
version: master
|
||||||
#become_user: trevor
|
|
||||||
- name: change dir and install
|
- name: change dir and install
|
||||||
shell: autoreconf -i && ./configure --with-experimental && make && make install && ldconfig
|
shell: autoreconf -i && ./configure --with-experimental && make && make install && ldconfig
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in New Issue