mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 03:44:41 +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:
|
principal:
|
||||||
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
- "{{ 'host/myhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/myhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
hosts:
|
|
||||||
- name: "{{ host2_fqdn }}"
|
- name: "{{ host2_fqdn }}"
|
||||||
principal:
|
principal:
|
||||||
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
@@ -159,7 +158,6 @@
|
|||||||
principal:
|
principal:
|
||||||
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
- "{{ 'host/myhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/myhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
hosts:
|
|
||||||
- name: "{{ host2_fqdn }}"
|
- name: "{{ host2_fqdn }}"
|
||||||
principal:
|
principal:
|
||||||
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user