From 89ba344a0ba02c3628f3f5e93cd2403fe324b3b6 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Wed, 10 Jun 2020 11:59:22 +0200 Subject: [PATCH] tests/config/test_config.yml: Fix main name It should be `Playbook to handle server configuration` instead of `Playbook to handle users`. --- tests/config/test_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/test_config.yml b/tests/config/test_config.yml index 81f2f4e0..efa169de 100644 --- a/tests/config/test_config.yml +++ b/tests/config/test_config.yml @@ -1,5 +1,5 @@ --- -- name: Playbook to handle users +- name: Playbook to handle server configuration hosts: ipaserver become: true gather_facts: false -- GitLab