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
|
# Get the packages we need
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install gnupg openssh-client python3-cryptography python3-docker python3-pip python-is-python3 wget -y
|
- 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
|
# Dump our key
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo "$ANSIBLE_SSH_KEY" | tr -d '\r' | ssh-add -
|
- echo "$ANSIBLE_SSH_KEY" | tr -d '\r' | ssh-add -
|
||||||
|
@ -5,6 +5,7 @@ desktop_pip3_packages:
|
|||||||
- openshift
|
- openshift
|
||||||
- pmbootstrap
|
- pmbootstrap
|
||||||
- protontricks
|
- protontricks
|
||||||
|
- pynetbox
|
||||||
- randovania
|
- randovania
|
||||||
- youtube-dl
|
- youtube-dl
|
||||||
desktop_pip3_packages_extra: []
|
desktop_pip3_packages_extra: []
|
||||||
|
Loading…
Reference in New Issue
Block a user