Kernel 3.x and Alfred is back

This commit is contained in:
Ansible Admin 2015-12-17 11:23:51 +01:00
parent 65454f7ed4
commit db3f35baff

View File

@ -238,11 +238,11 @@
delay=15 delay=15
timeout=300 timeout=300
when: tunneldigger.changed when: tunneldigger.changed
# - name: Send notification message via Slack - name: Send notification message via Slack
# local_action: local_action:
# module: slack module: slack
# token: "{{ slack_token }}" token: "{{ slack_token }}"
# msg: "{{ inventory_hostname }} completed with branch testing" msg: "{{ inventory_hostname }} completed with branch testing"
# channel: "#technik" channel: "#technik"
# username: "Ansible on {{ inventory_hostname }}" username: "Ansible on {{ inventory_hostname }}"
# parse: 'none' parse: 'none'