From 8e4cae43b5eb14e18f8d34f5e69c1785c38f2aed Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 20 Dec 2020 20:45:48 +0100 Subject: [PATCH] site: Add name to playbook for common roles --- site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml b/site.yml index 1906f67..a7b0379 100644 --- a/site.yml +++ b/site.yml @@ -11,6 +11,7 @@ roles: - role: bootstrap +- name: Configure common roles expected by others - hosts: all roles: - role: hostname