tests/config/test_config.yml: Fix main name

It should be `Playbook to handle server configuration` instead of
`Playbook to handle users`.
This commit is contained in:
Thomas Woerner
2020-06-10 11:59:22 +02:00
committed by GitHub
parent 56b1368441
commit 89ba344a0b

View File

@@ -1,5 +1,5 @@
---
- name: Playbook to handle users
- name: Playbook to handle server configuration
hosts: ipaserver
become: true
gather_facts: false