From 873e62d4449dbf1185899a9ead7af74af8c62d98 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Thu, 26 May 2022 00:37:43 +0200 Subject: [PATCH] Enabled syncthing --- arch_gnome.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/arch_gnome.yml b/arch_gnome.yml index c85e19c..f99fdcc 100644 --- a/arch_gnome.yml +++ b/arch_gnome.yml @@ -160,4 +160,10 @@ name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust state: present become: yes - become_user: aur_builder \ No newline at end of file + become_user: aur_builder + + - name: Enable service Syncthing + ansible.builtin.service: + name: syncthing@tobi + enabled: yes + state: started \ No newline at end of file