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 - name: Install nnn dependencies
apt: apt:
name: name:
- readline-devel - libreadline-dev
state: present state: present
become: true become: true

View File

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