From 7e53d70d64ba711db867f4ea3a035393f726af52 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 4 Sep 2020 14:37:16 +0200 Subject: [PATCH] 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: b7e1a99b6eddf348dc854c753b45cecde09deb48 tests/user/test_users*.yml: Use extended dynamic users.json --- tests/user/test_users_present_slice.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/user/test_users_present_slice.yml b/tests/user/test_users_present_slice.yml index 68e5e928..90f08c5c 100644 --- a/tests/user/test_users_present_slice.yml +++ b/tests/user/test_users_present_slice.yml @@ -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 -- GitLab