Files
ansible-shared/code/pyenv/tasks/main.yml
2020-04-02 17:23:57 -06:00

10 lines
243 B
YAML

---
# Install pyenv
- include_tasks: install-pyenv.yml
# Copy profiles to /etc/profile.d/
- include_tasks: ../../../functions/copy_etc-profile.d.yml
# Copy scripts to /usr/local/bin
- include_tasks: ../../../functions/copy_usr-local-bin.yml