Files
ansible-freeipa/tests/user/test_users_absent.yml
Thomas Woerner 28d8896be5 tests: Fix top name tags in tests
Most tests have simply been using the Tests as name, but this there is a
lack of information in automated runs. The name should be similar to the
test file name.
2020-02-11 10:59:30 +01:00

17 lines
307 B
YAML

---
- name: Test users absent
hosts: ipaserver
become: true
gather_facts: false
tasks:
- name: Include users_absent.json
include_vars:
file: users_absent.json
- name: Users absent
ipauser:
ipaadmin_password: SomeADMINpassword
users: "{{ users }}"
state: absent