From db3f35baff7a19ae7efa021313b07f9e8a3ff23e Mon Sep 17 00:00:00 2001 From: Ansible Admin Date: Thu, 17 Dec 2015 11:23:51 +0100 Subject: [PATCH] Kernel 3.x and Alfred is back --- install.sn.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/install.sn.yml b/install.sn.yml index bdefdb5..fb9a5cd 100644 --- a/install.sn.yml +++ b/install.sn.yml @@ -238,11 +238,11 @@ delay=15 timeout=300 when: tunneldigger.changed -# - name: Send notification message via Slack -# local_action: -# module: slack -# token: "{{ slack_token }}" -# msg: "{{ inventory_hostname }} completed with branch testing" -# channel: "#technik" -# username: "Ansible on {{ inventory_hostname }}" -# parse: 'none' + - name: Send notification message via Slack + local_action: + module: slack + token: "{{ slack_token }}" + msg: "{{ inventory_hostname }} completed with branch testing" + channel: "#technik" + username: "Ansible on {{ inventory_hostname }}" + parse: 'none'