Merge pull request #1272 from t-woerner/add_missing_cleanup_for_test_services_present

tests/service/test_services_present.yml: Add missing cleanup
This commit is contained in:
Rafael Guterres Jeffman
2024-07-22 11:26:45 -03:00
committed by GitHub

View File

@@ -8,6 +8,18 @@
- name: Include generate_test_data.yml
ansible.builtin.include_tasks: generate_test_data.yml
- name: Cleanup Services len:{{ service_list | length }}
ipaservice:
ipaadmin_password: SomeADMINpassword
services: "{{ service_absent_list }}"
state: absent
- name: Cleanup Hosts len:{{ host_list | length }}
ipahost:
ipaadmin_password: SomeADMINpassword
hosts: "{{ host_absent_list }}"
state: absent
- name: Hosts present len:{{ host_list | length }}
ipahost:
ipaadmin_password: SomeADMINpassword