diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-19 09:42:23 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-19 09:42:23 +0200 |
commit | 8f2d758d6f52426e6c65ea8691d12e30662e8700 (patch) | |
tree | 5e66d2b875fc2af8d15e8a1ae5684f3dedbb12cc | |
parent | fix kubernetes playbooks (diff) |
install python3-sphinx on equinox-ws
-rw-r--r-- | inventory/host_vars/ch-equinox-ws.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 98d4c6d2..3f24357d 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -122,6 +122,8 @@ ubuntu_ws_extra_packages: - pwgen - python3-autopep8 - python3-ruamel.yaml + - python3-sphinx + - python3-sphinx-rtd-theme - qemu-kvm - quilt - radeontop |