trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@@ -35,10 +35,8 @@ jobs:
|
|||||||
cd /usr/share/ansible-repo/
|
cd /usr/share/ansible-repo/
|
||||||
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
||||||
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"
|
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"
|
||||||
pyenv global 3.14.0
|
pyenv global 3.14.0
|
||||||
whoami
|
./playbooker.sh
|
||||||
./playbooker.sh
|
|
||||||
whoami
|
|
||||||
shell: bash
|
shell: bash
|
||||||
#./playbooker.sh
|
#./playbooker.sh
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ lxc: # keys must be unique, i.e. only one 'hosts' per group
|
|||||||
#lb1.guaranteedstruggle.host:
|
#lb1.guaranteedstruggle.host:
|
||||||
#lb2.guaranteedstruggle.host:
|
#lb2.guaranteedstruggle.host:
|
||||||
|
|
||||||
#matrix-server.guaranteedstruggle.host:
|
#matrix-server.guaranteedstr uggle.host:
|
||||||
#wikijs.guaranteedstruggle.host:
|
#wikijs.guaranteedstruggle.host:
|
||||||
### but its a vm wtf
|
### but its a vm wtf
|
||||||
#harbor.guaranteedstruggle.host:
|
#harbor.guaranteedstruggle.host:
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
whoami
|
whoami
|
||||||
|
|
||||||
|
sudo -i
|
||||||
|
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
||||||
|
|||||||
Reference in New Issue
Block a user