fix jumpstart and packages

This commit is contained in:
Tyler Starr 2023-07-03 22:26:41 -07:00
parent 2b184a0f5f
commit 73d195cc5f
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
- name: Install nnn dependencies
apt:
name:
- readline-devel
- libreadline-dev
state: present
become: true

View File

@ -9,6 +9,7 @@ read bitemail
# Install ansible python dependencies
sudo apt update -y
sudo apt install python3 python3-pip ansible cargo -y
sudo find / -name "EXTERNALLY-MANAGED" -type f -delete
pip install pexpect
cargo install rbw