tests/host/test_hosts_principal.yml: Remove dudplicate hosts tag

The hosts tag is used twice in some tests. This leads to a warning in
Ansible. The commit removes the duplicate tags.
This commit is contained in:
Thomas Woerner
2020-05-11 13:00:22 +02:00
parent 67261c3dcd
commit 1f1762bd25

View File

@@ -141,7 +141,6 @@
principal:
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
- "{{ 'host/myhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
hosts:
- name: "{{ host2_fqdn }}"
principal:
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
@@ -159,7 +158,6 @@
principal:
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
- "{{ 'host/myhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
hosts:
- name: "{{ host2_fqdn }}"
principal:
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"