Skip to content

Commit

Permalink
Revert "Added start handler"
Browse files Browse the repository at this point in the history
This reverts commit e5fcc16.

Closes #1
  • Loading branch information
elboletaire committed Apr 5, 2016
1 parent 2a39f0e commit 232cfda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
7 changes: 0 additions & 7 deletions handlers/main.yml

This file was deleted.

12 changes: 9 additions & 3 deletions tasks/main.yml
@@ -1,6 +1,5 @@
# Installation
---

# Installation
- name: Install Transmission
apt:
name: transmission-daemon
Expand Down Expand Up @@ -55,5 +54,12 @@
name: "{{ transmission_user }}"
groups: debian-transmission
append: yes
notify: start transmission
tags: transmission

# Service start
- name: Start transmission
service:
name: transmission-daemon
state: started
ignore_errors: true
tags: transmission

0 comments on commit 232cfda

Please sign in to comment.