diff --git a/roles/torrent/tasks/main.yml b/roles/torrent/tasks/main.yml index 6525afac72..c7e3b585dc 100644 --- a/roles/torrent/tasks/main.yml +++ b/roles/torrent/tasks/main.yml @@ -66,6 +66,11 @@ tags: - config +- name: set opentracker-ivp6 to start + service: name=opentracker-ipv6 state=started enabled=yes + tags: + - config + - name: check the selinux context of webdir command: matchpathcon /srv/web register: webdir