This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/roles/tinytinyrss/tasks/main.yml

17 lines
357 B
YAML
Raw Normal View History

2023-12-11 00:42:57 +00:00
---
- name: Deploy {{ svc.name }}
tags:
- tinytinyrss
- tt-rss
- news
block:
- import_tasks: prepare-common-service.yml
- name: Copy the nginx-config
ansible.builtin.copy:
src: nginx.conf
dest: "{{ (service_path, 'nginx.conf') | path_join }}"
mode: '0644'
- import_tasks: start-common-service.yml