Fix log file path
This commit is contained in:
parent
8e69a8a2d0
commit
f05fe5e864
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
- files
|
- files
|
||||||
|
|
||||||
- name: check log file
|
- name: check log file
|
||||||
command: stat /var/log/askfedora.log
|
command: stat /var/log/askbot/askfedora.log
|
||||||
register: logstat
|
register: logstat
|
||||||
always_run: yes
|
always_run: yes
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue