Skip to content
Snippets Groups Projects

Make sure pip is up to date

Closed Thore Göbel requested to merge thgoebel/ctf-vm:pip into master
@@ -24,6 +24,11 @@
- net-tools
- netcat
update_cache: yes
- name: Make sure pip is up-to-date
pip:
name: pip
state: latest
executable: pip3
- name: Add SSH Key to all users
authorized_key:
key: "{{ lookup('file', ssh_key) }}"
Loading