Merge pull request #1275 from t-woerner/drop_superfluous_test_services_absent

test_services_absent is also part of test_services_present, not needed
This commit is contained in:
Rafael Guterres Jeffman
2024-11-04 14:06:58 -03:00
committed by GitHub

View File

@@ -1,15 +0,0 @@
---
- name: Test services absent
hosts: ipaserver
become: true
gather_facts: false
tasks:
- name: Include generate_test_data.yml
ansible.builtin.include_tasks: generate_test_data.yml
- name: Services absent len:{{ service_list | length }}
ipaservice:
ipaadmin_password: SomeADMINpassword
services: "{{ service_absent_list }}"
state: absent