Remove when {{

Finally deprecated by ansible

Change-Id: Id07028be93704492344933c574f2d6c49a1461dd
This commit is contained in:
Jean-Philippe Evrard 2017-05-23 14:14:00 +01:00
parent 277f056291
commit a7405329cd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
stat:
path: "{{ rsyslog_client_log_dir }}"
when:
- "{{ rsyslog_client_log_dir is defined }}"
- "rsyslog_client_log_dir is defined"
register: log_dir
tags:
- rsyslog_client-install