role-bazarr/tasks/main.yml
Beth 9c1cc49881 Added bazarr configuration (#1)
Reviewed-on: #1
Co-authored-by: Beth <ejparker@actcur.com>
Co-committed-by: Beth <ejparker@actcur.com>
2025-03-20 14:45:06 -05:00

14 lines
250 B
YAML

#SPDX-License-Identifier: MIT-0
---
# tasks file for role-bazarr
- name: install bazarr
ansible.builtin.package:
name: bazarr
state: present
- name: ensure bazarr is running
service:
name: bazarr
state: started
enabled: yes