trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
hogweed1
2025-11-23 01:58:56 +10:00
parent 38a237dfc1
commit ba653eaebc
2 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ lxc: # keys must be unique, i.e. only one 'hosts' per group
#harbor.guaranteedstruggle.host: #harbor.guaranteedstruggle.host:
#etcd.guaranteedstruggle.host: #etcd.guaranteedstruggle.host:
#prometheus.guaranteedstruggle.host: #prometheus.guaranteedstruggle.host:
# 192.168.0.240 # 192.168.0.240

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
source /root/.bashrc #source /root/.bashrc
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH" export PATH="$PYENV_ROOT/bin:$PATH"