tests/user/test_users_present_slice.yml: Fix missing users.json

users.json is generated for the tests and not part of the repo any more.
This test was lacking the include to generate the file.

Related to: b7e1a99b6e
            tests/user/test_users*.yml: Use extended dynamic users.json
This commit is contained in:
Thomas Woerner
2020-09-04 14:37:16 +02:00
parent 56fd5419cb
commit 7e53d70d64

View File

@@ -1,4 +1,7 @@
---
- name: Include create_users_json.yml
import_playbook: create_users_json.yml
- name: Test users present slice
hosts: ipaserver
become: true