require ID, not file path

This commit is contained in:
Hung Nguyen Viet 2015-03-25 10:30:01 +07:00
parent ece098cc08
commit 8972734ba0

View file

@ -130,7 +130,7 @@ zones-{{ file }}:
- watch_in:
- service: bind
- require:
- file: {{ map.named_directory }}
- file: named_directory
{% if args['dnssec'] is defined and args['dnssec'] -%}
signed-{{ file }}:
@ -158,7 +158,7 @@ zones-{{ file }}:
- watch_in:
- service: bind
- require:
- file: {{ map.named_directory }}
- file: named_directory
{% if args['dnssec'] is defined and args['dnssec'] -%}
signed-{{ file }}: