Fix log file path

This commit is contained in:
Kevin Fenzi 2014-05-27 21:05:42 +00:00
parent 8e69a8a2d0
commit f05fe5e864

View file

@ -94,7 +94,7 @@
- files
- name: check log file
command: stat /var/log/askfedora.log
command: stat /var/log/askbot/askfedora.log
register: logstat
always_run: yes
changed_when: "1 != 1"