From a092bfd947773281a23419ee0ab62358371b7166 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 22 Jan 2020 02:12:24 +0100 Subject: tr/-/_/ in group names. This avoids [DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by default, this will change, but still be user configurable on deprecation. This feature will be removed in version 2.10. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details --- bacula.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bacula.yml') diff --git a/bacula.yml b/bacula.yml index 3b2eaa9..c8f2406 100644 --- a/bacula.yml +++ b/bacula.yml @@ -1,6 +1,6 @@ --- - name: Configure the Bacula Director - hosts: bacula-dir + hosts: bacula_dir tags: - bacula - bacula-dir @@ -8,7 +8,7 @@ - bacula-dir - name: Configure the Bacula Storage Daemon - hosts: bacula-sd + hosts: bacula_sd tags: - bacula - bacula-sd -- cgit v1.2.3