From 30fd2a0ecc6ffa7aa9d742e329ca51b3cf116b83 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 22 Sep 2025 17:47:51 +0200 Subject: Add simple rsync role used to sync between hosts --- configure.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index 36c3ac58..6da938b5 100644 --- a/configure.yml +++ b/configure.yml @@ -13,6 +13,7 @@ - role: "docker" - role: "podman" - role: "ansible" + - role: "rsync" - name: "Ubuntu configure" gather_facts: true @@ -29,6 +30,7 @@ - role: "podman" - role: "ansible" - role: "gnome" + - role: "rsync" - name: "Raspberry Pi configure" gather_facts: true -- cgit v1.2.3