mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
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:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user