From 99ed3ad57aab8dc600fd19a37a63045c7338be5d Mon Sep 17 00:00:00 2001 From: ynerant <ynerant@crans.org> Date: Wed, 17 Feb 2021 15:41:41 +0100 Subject: [PATCH] [root] Don't deploy crans_scripts in the root playbook Signed-off-by: ynerant <ynerant@crans.org> --- plays/root.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plays/root.yml b/plays/root.yml index 4474592b..ac632069 100755 --- a/plays/root.yml +++ b/plays/root.yml @@ -34,13 +34,13 @@ # crans_scripts_git: "http://gitlab.adm.crans.org/nounous/scripts.git" ntp_client: '{{ glob_ntp_client | combine(loc_ntp_client | default({})) }}' - crans_scripts: '{{ glob_crans_scripts | combine(loc_crans_scripts | default({})) }}' + # crans_scripts: '{{ glob_crans_scripts | combine(loc_crans_scripts | default({})) }}' roles: - debian-apt-sources - common-tools - sudo - ntp-client - - crans-scripts + # - crans-scripts - root-config - hosts: crans_vm -- GitLab