Created
February 1, 2022 10:05
-
-
Save pixelbrackets/bbea24d372e2b29ad53924d69ce57c5b to your computer and use it in GitHub Desktop.
php-version-pickup Ansible Role
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Download/Update php-version-pickup | |
git: | |
repo: https://github.com/webit-de/php-version-pickup.git | |
dest: /home/{{ username }}/.php-version-pickup | |
clone: yes | |
update: yes | |
- name: Source script | |
lineinfile: | |
dest: /home/{{ username }}/.bashrc | |
line: 'source $HOME/.php-version-pickup/bin/php-version-pickup.sh' | |
state: present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ansible Role to install php-version-pickup automatically