about summary refs log tree commit diff
path: root/base_apps.yml
diff options
context:
space:
mode:
Diffstat (limited to 'base_apps.yml')
-rw-r--r--base_apps.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/base_apps.yml b/base_apps.yml
index b07f991..041c8af 100644
--- a/base_apps.yml
+++ b/base_apps.yml
@@ -23,6 +23,7 @@
       - hugo
       - rsync
       - python-pip
+      - mc
     - apt:
         upgrade: full
     - pip:
@@ -31,3 +32,9 @@
       - docker
       - docker-compose
 
+    - systemd:
+        enabled: true
+        state: started
+        name: "{{ item }}"
+      with_items:
+      - "syncthing@pawel"