From 060bb1f4e279b4c4bf5a492a970165099417050e Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 20 Oct 2020 13:23:29 +0200 Subject: [PATCH] Added tag bootstrap to bootstrap role execution --- site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site.yml b/site.yml index c39bec1..6012fd6 100644 --- a/site.yml +++ b/site.yml @@ -6,6 +6,8 @@ - name: Configure secure root access to hosts hosts: bootstrap gather_facts: no + tags: + - bootstrap roles: - role: bootstrap