Fix typo in Ansible

This commit is contained in:
Buster "Silver Eagle" Neece 2018-04-15 00:01:44 -05:00
parent cb3d490b39
commit 0b37b76b3a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
with_items: "{{ fixture_sql_files.files }}"
when: fixture_sql_files.matched > 0
register: fixture_sql_command_result
failed_when: "'exception' in command_result.stdout"
failed_when: "'exception' in fixture_sql_command_result.stdout"
- name: Clear AzuraCast Cache and Restart Stations
become: true