From 031d93c73b72d8843a22b114cc2646caff350345 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 11 Feb 2021 20:15:03 -0600 Subject: [PATCH] Move scm script to after when bash is found. --- local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.yml b/local.yml index f0198bc..207777a 100644 --- a/local.yml +++ b/local.yml @@ -16,14 +16,14 @@ - include: tasks/general/start.yml tasks: - - include: tasks/general/scripts/root.yml - - include: tasks/general/software/packages.yml - include: tasks/general/software/services.yml ignore_errors: yes - include: facts/general/gather.yml + - include: tasks/general/scripts/root.yml + - include: tasks/general/acct_mgmt/groups.yml - include: tasks/general/acct_mgmt/users.yml - include: tasks/general/acct_mgmt/sudo.yml