diff --git a/site.yml b/site.yml index 1b481a0..1606b33 100644 --- a/site.yml +++ b/site.yml @@ -22,6 +22,10 @@ password: "{{ zocker_password }}" authorized_keys: "{{ zocker_authorized_keys_url }}" sudo: yes + +# Enroll certain features not on ansible test/debug servers +- hosts: all:!ansible_debug + roles: - role: misc/ssh_tg_notify recipient_id: "{{ zocker_telegram_id }}"