From 47cc7a07066b765043ad7550b8d0ffbdc1261b74 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 14 Dec 2020 10:25:13 +0100 Subject: [PATCH] site: Added tag common to "common" role execution --- site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site.yml b/site.yml index 0344dc4..9247d44 100644 --- a/site.yml +++ b/site.yml @@ -16,6 +16,8 @@ - role: hostname fqdn: "{{ inventory_hostname }}" - role: common + tags: + - common - role: fail2ban/application - role: account username: "{{ global_username }}"