Skip to content

Commit

Permalink
Add support for env
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Ciołecki committed Jul 7, 2017
1 parent 27477e4 commit e050041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
user: "{{ item.user|default(item.user|default(omit)) }}"
state: "{{ item.state|default('present') }}"
special_time: "{{ item.special_time|default(omit) }}"
env: "{{ item.env|default(omit) }}"
value: "{{ item.value|default(omit) }}"
insertbefore: "{{ item.insertbefore|default(omit) }}"
with_items: "{{ lciolecki_crons }}"
tags:
- system
Expand Down

0 comments on commit e050041

Please sign in to comment.