Skip to content

Commit

Permalink
Merge pull request #82 from bocoup/handlers-fix
Browse files Browse the repository at this point in the history
move handlers to configure playbook directly
  • Loading branch information
Tyler Kellen committed Feb 2, 2016
2 parents 6055b67 + 2bf8d3e commit acc6e5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
5 changes: 4 additions & 1 deletion deploy/ansible/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
- {role: users, tags: users}
- {role: nginx, tags: nginx}
handlers:
- include: handlers/handlers.yml
- name: restart nginx
service: name=service state=restarted

This comment has been minimized.

Copy link
@cowboy

cowboy Feb 3, 2016

Contributor

Typo?

- name: restart sshd
service: name=ssh state=restarted
2 changes: 0 additions & 2 deletions deploy/ansible/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@
become_method: sudo
roles:
- deploy
handlers:
- include: handlers/handlers.yml
6 changes: 0 additions & 6 deletions deploy/ansible/handlers/handlers.yml

This file was deleted.

2 changes: 0 additions & 2 deletions deploy/ansible/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
become_method: sudo
roles:
- {role: base, tags: base}
handlers:
- include: handlers/handlers.yml

0 comments on commit acc6e5f

Please sign in to comment.