Add pynetbox to important things
This commit is contained in:
parent
5d5cab59eb
commit
2f06fe61e0
@ -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 -
|
||||
|
@ -5,6 +5,7 @@ desktop_pip3_packages:
|
||||
- openshift
|
||||
- pmbootstrap
|
||||
- protontricks
|
||||
- pynetbox
|
||||
- randovania
|
||||
- youtube-dl
|
||||
desktop_pip3_packages_extra: []
|
||||
|
Loading…
Reference in New Issue
Block a user