Skip to content

Commit ec3497c

Browse files
author
Bryan Kendall
committed
only run notify once
1 parent 1e5ccfb commit ec3497c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/roles/consul_value/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
- name: make sure httplib2 is installed
3+
run_once: true
34
sudo: yes
45
apt:
56
package=python-httplib2

ansible/roles/notify/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
delegate_to: 127.0.0.1
88

99
- name: send start message
10+
run_once: yes
1011
changed_when: True
1112
tags:
1213
- always

0 commit comments

Comments
 (0)