summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-06-16 16:24:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-06-16 16:24:23 +0200
commit38f99ec70dae31f777330fd197a05d61cb935a79 (patch)
treeb823661ebfc0b5a914e2260ccbf40f8156d830f0
parentch-equinox-(ws|t450s): upgrade to ansible community package 4.x (diff)
fixup! ch-equinox-(ws|t450s): upgrade to ansible community package 4.x
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml2
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml
index 6897cd1b..2820f653 100644
--- a/inventory/host_vars/ch-equinox-t450s.yml
+++ b/inventory/host_vars/ch-equinox-t450s.yml
@@ -264,6 +264,8 @@ ws_base_extra_packages:
- python3-httplib2
- python3-jinja2
- python3-netaddr
+ # resolvelib is not packaged for current ubuntu releases - also ansible needs special versions -> leave it to pip
+ # - python3-resolvelib
- python3-yaml
- python3-pip
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index b4debc54..88d536b2 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -261,6 +261,8 @@ ws_base_extra_packages:
- python3-httplib2
- python3-jinja2
- python3-netaddr
+ # resolvelib is not packaged for current ubuntu releases - also ansible needs special versions -> leave it to pip
+ # - python3-resolvelib
- python3-yaml
- python3-pip