Skip to content

Commit

Permalink
saw note in PR rossmcdonald#3 about 6s, defaulting to that and added …
Browse files Browse the repository at this point in the history
…a variable
  • Loading branch information
codecounselor committed Oct 30, 2016
1 parent 76e02e2 commit 74a0661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: pause
pause:
seconds: 3
seconds: "{{telegraf_start_delay}}"

## After version 2.2 of ansible 'listen' could be used to
## group 'check status' and 'assert running' into a single listener
Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ is_vagrant: no

# If yes, service will be started. Will not be started if set to no.
telegraf_start_service: yes
telegraf_start_delay: 6

# If yes, will overwrite the packaged configuration with an Asnible/jinja2 template
telegraf_template_configuration: yes
Expand Down

0 comments on commit 74a0661

Please sign in to comment.