aboutsummaryrefslogtreecommitdiff
path: root/roles/xrdp/handlers/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/xrdp/handlers/main.yaml')
-rw-r--r--roles/xrdp/handlers/main.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/xrdp/handlers/main.yaml b/roles/xrdp/handlers/main.yaml
deleted file mode 100644
index 5790f8b..0000000
--- a/roles/xrdp/handlers/main.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-- name: restart xrdp
- systemd:
- name: xrdp
- state: restarted
- enabled: true
- when: ansible_facts['service_mgr'] == 'systemd'
-
-- name: restart xrdp-sesman
- systemd:
- name: xrdp-sesman
- state: restarted
- enabled: true
- when: ansible_facts['service_mgr'] == 'systemd'