Skip to content
Snippets Groups Projects
Unverified Commit 2b286260 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #1275 from t-woerner/drop_superfluous_test_services_absent

test_services_absent is also part of test_services_present, not needed
parents 7c7d9887 2b102565
No related branches found
No related tags found
No related merge requests found
---
- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment