From 12c619da19b2981914ed77b26e4a366c38493370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 12 Jun 2019 17:40:20 -0400 Subject: [PATCH] add fix for deprecation of dashes in group names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index b4dc072..62d1ce4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,6 +6,8 @@ remote_user = admin host_key_checking = false # human-readable stdout/stderr results display stdout_callback = debug +# https://github.com/ansible/ansible/issues/56930 +force_valid_group_names = never [privilege_escalation] become = true