From f058e9a215a3ab3656ae9dca72f3653370e29968 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Mon, 24 Oct 2022 14:00:52 +0000 Subject: [PATCH] Updated common --- roles/common/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 013e755..f073e99 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -4,6 +4,7 @@ meta: noop - include: packages.yml +- inclide: hosts.yml - include: sshd.yml - include: scripts.yml - include: ldap.yml