mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 22:03:18 +00:00
Merge pull request #270 from t-woerner/fix_test_hosts_principal_duplicates
tests/host/test_hosts_principal.yml: Remove dudplicate hosts tag
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