Initial commit
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 35s
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 35s
This commit is contained in:
1
roles/cms_preparation/files/bash_profile
Normal file
1
roles/cms_preparation/files/bash_profile
Normal file
@@ -0,0 +1 @@
|
||||
source "$HOME/.bashrc"
|
||||
1
roles/cms_preparation/files/bashrc
Normal file
1
roles/cms_preparation/files/bashrc
Normal file
@@ -0,0 +1 @@
|
||||
source "$HOME/.profile"
|
||||
4
roles/cms_preparation/files/profile
Normal file
4
roles/cms_preparation/files/profile
Normal file
@@ -0,0 +1,4 @@
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
source "$HOME/bin/activate"
|
||||
Reference in New Issue
Block a user