From dfff28513622f659430ef064322cfa701513feb0 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 7 Feb 2026 17:47:16 +0000 Subject: Add run-flatbot wrapper script Goal is to keep all URLs in one place (file), because I forget to modify multiple files, when make changes. --- roles/flatbot/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'roles/flatbot/tasks') diff --git a/roles/flatbot/tasks/main.yml b/roles/flatbot/tasks/main.yml index a15fab8..48d1083 100644 --- a/roles/flatbot/tasks/main.yml +++ b/roles/flatbot/tasks/main.yml @@ -34,6 +34,14 @@ group: root mode: u+rw,g-r,o-r +- name: Copy flatbot run wrapper + ansible.builtin.copy: + src: files/run-flatbot + dest: /usr/local/bin/run-flatbot + owner: root + group: root + mode: u+rwx,g+r,o+r + - name: Configure flatbot service ansible.builtin.copy: src: '{{ item }}' -- cgit v1.2.3-70-g09d2