Add pynetbox to important things

This commit is contained in:
Salt 2021-08-08 00:30:41 -05:00
parent 5d5cab59eb
commit 2f06fe61e0
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ before_script:
# Get the packages we need
- apt-get update
- apt-get install gnupg openssh-client python3-cryptography python3-docker python3-pip python-is-python3 wget -y
- pip install ansible ansible-lint
- pip install ansible ansible-lint pynetbox
# Dump our key
- eval $(ssh-agent -s)
- echo "$ANSIBLE_SSH_KEY" | tr -d '\r' | ssh-add -

View File

@ -5,6 +5,7 @@ desktop_pip3_packages:
- openshift
- pmbootstrap
- protontricks
- pynetbox
- randovania
- youtube-dl
desktop_pip3_packages_extra: []