Skip to content

Instantly share code, notes, and snippets.

@jlund
Last active December 18, 2015 09:38
Show Gist options
  • Select an option

  • Save jlund/5762402 to your computer and use it in GitHub Desktop.

Select an option

Save jlund/5762402 to your computer and use it in GitHub Desktop.
Ansible codebase checkout
- 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