From 807c6e1c9bb0e3afdafb836dd9bf12c122b50f2d Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 16 Nov 2025 15:32:16 +0100 Subject: [PATCH] feat: add main task --- tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tasks/main.yml diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..9093cdd --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: Setup requirements + ansible.builtin.include_tasks: preparation.yml + +- name: Deploy FreshRSS + ansible.builtin.include_tasks: deploy.yml