From 1f2116f2adc947410d1549b982b76e1616c3abbb Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 22 Oct 2025 14:00:51 +0200 Subject: Add gpg role w/testing --- configure.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index 1a84ff9c..fb39af96 100644 --- a/configure.yml +++ b/configure.yml @@ -15,6 +15,7 @@ - role: "podman" - role: "ansible" - role: "rsync" + - role: "gpg" - name: "Ubuntu configure" gather_facts: true @@ -33,6 +34,7 @@ - role: "ansible" - role: "gnome" - role: "rsync" + - role: "gpg" - name: "Raspberry Pi configure" gather_facts: true @@ -49,3 +51,4 @@ - role: "pihole" - role: "prometheus" - role: "grafana" + - role: "gpg" -- cgit v1.2.3