mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user