An Ansible role to install swiftenv.
- Add
swiftenv
to your$PATH
after install.
echo 'export PATH="$HOME/.swiftenv/bin:$PATH"' >> ~/.bash_profile
- Run the following:
~/.swiftenv/bin/swiftenv init
-
swiftenv_install_path
- The path to installswiftenv
. -
swiftenv_git_url
- The git URL to cloneswiftenv
from. -
swiftenv_git_update
- If the clonedswiftenv
git repository should be updated.
No dependencies.
- hosts: servers
roles:
- { role: bluk.swiftenv }