diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-20 20:57:34 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-20 20:57:34 +0200 |
commit | 5870d54966ab37f472fac8ebfe2c8510d1f7f9d9 (patch) | |
tree | f2866cd851d39e1856f99d3a916aa06e75675394 /inventory/host_vars | |
parent | install python3-sphinx on equinox-ws (diff) |
equinox-ws: install paramiko
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/ch-equinox-ws.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 3f24357d..cf889b60 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -121,6 +121,7 @@ ubuntu_ws_extra_packages: - pv - pwgen - python3-autopep8 + - python3-paramiko - python3-ruamel.yaml - python3-sphinx - python3-sphinx-rtd-theme |