From ba653eaebc727d91f107152a57dc4299f94b8616 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 23 Nov 2025 01:58:56 +1000 Subject: [PATCH] trying to fix ansible pythons --- environments/just-created/hosts.yml | 3 +-- playbooker.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/environments/just-created/hosts.yml b/environments/just-created/hosts.yml index 154c7b6..b7127e8 100644 --- a/environments/just-created/hosts.yml +++ b/environments/just-created/hosts.yml @@ -20,8 +20,7 @@ lxc: # keys must be unique, i.e. only one 'hosts' per group #wikijs.guaranteedstruggle.host: ### but its a vm wtf #harbor.guaranteedstruggle.host: - - + #etcd.guaranteedstruggle.host: #prometheus.guaranteedstruggle.host: diff --git a/playbooker.sh b/playbooker.sh index 77b6b63..35d4823 100755 --- a/playbooker.sh +++ b/playbooker.sh @@ -1,7 +1,7 @@ #!/bin/bash -source /root/.bashrc +#source /root/.bashrc export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH"