role-lidarr/tasks/main.yml
Beth 16c9fc020d Added lidarr configuration (#1)
Reviewed-on: #1
Co-authored-by: Beth <ejparker@actcur.com>
Co-committed-by: Beth <ejparker@actcur.com>
2025-03-20 14:44:40 -05:00

14 lines
250 B
YAML

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