diff --git a/plays/root.yml b/plays/root.yml index 4474592b1a9f156ae500b3e29b7e9bcab65c8fdb..ac6320692380305db66fd5a9cc7724da247d5835 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