Commit 6a898e78 by Szeberényi Imre

python3 and sshpass istall added

parent 27fcf5c2
......@@ -9,6 +9,16 @@
ICON_DIR: /usr/share/icons
tasks:
- name: Install python3
apt:
name: python3
become: true
- name: Install sshpass
apt:
name: sshpass
become: true
- name: Check if snap installed
shell:
cmd: snap list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment