mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
idrange: Fix typo in test comments.
There were some typos in the idrange test playbook.
This commit is contained in:
@@ -119,7 +119,7 @@
|
|||||||
name: local_id_range
|
name: local_id_range
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
# Create trust with range_type: ipa-ad-trust-posix
|
# Create trust with range_type: ipa-ad-trust
|
||||||
- name: Create trust with range_type 'ipa-ad-trust'
|
- name: Create trust with range_type 'ipa-ad-trust'
|
||||||
include_tasks: tasks_set_trust.yml
|
include_tasks: tasks_set_trust.yml
|
||||||
vars:
|
vars:
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
trust_range_size: 200000
|
trust_range_size: 200000
|
||||||
trust_range_type: ipa-ad-trust
|
trust_range_type: ipa-ad-trust
|
||||||
|
|
||||||
# Can't user secondary_rid_base with dom_sid/dom_name
|
# Can't use secondary_rid_base with dom_sid/dom_name
|
||||||
- name: Ensure AD-trust idrange is present
|
- name: Ensure AD-trust idrange is present
|
||||||
ipaidrange:
|
ipaidrange:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
trust_range_size: 2000000
|
trust_range_size: 2000000
|
||||||
trust_range_type: ipa-ad-trust-posix
|
trust_range_type: ipa-ad-trust-posix
|
||||||
|
|
||||||
# Can't user secondary_rid_base or rid_base with "ad-trust-posix"
|
# Can't use secondary_rid_base or rid_base with "ad-trust-posix"
|
||||||
- name: Ensure AD-trust-posix idrange is present
|
- name: Ensure AD-trust-posix idrange is present
|
||||||
ipaidrange:
|
ipaidrange:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
|
|||||||
Reference in New Issue
Block a user