mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 14:51:44 +08:00
Fix log file path
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user