Last active
December 18, 2015 09:38
-
-
Save jlund/5762402 to your computer and use it in GitHub Desktop.
Ansible codebase checkout
This file contains hidden or 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: Check out the latest revision of the codebase and notify the proper handlers if there have been updates | |
| git: repo=https://github.com/jlund/imgur-display.git | |
| dest={{ imgur_display_location }}/current | |
| sudo: yes | |
| sudo_user: deploy | |
| notify: | |
| - Symlink the log directory to the shared location | |
| - Install the bundle | |
| - Restart the imgur-display application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment