mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
just a few spelling error changes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# __Test Outline__
|
||||
#
|
||||
# __ec2_elb_lb__
|
||||
# create test elb with listeners and certificat
|
||||
# create test elb with listeners and certificate
|
||||
# change AZ's
|
||||
# change listeners
|
||||
# remove listeners
|
||||
|
||||
@@ -601,7 +601,7 @@
|
||||
- rax_clb_a1.balancer.algorithm == 'LEAST_CONNECTIONS'
|
||||
- rax_clb_a1.balancer.status == 'ACTIVE'
|
||||
|
||||
- name: Test rax_clb with updated algoritm 2
|
||||
- name: Test rax_clb with updated algorithm 2
|
||||
rax_clb:
|
||||
username: "{{ rackspace_username }}"
|
||||
api_key: "{{ rackspace_api_key }}"
|
||||
|
||||
@@ -4,7 +4,7 @@ This comes from host, not the parents or grandparents.
|
||||
The value of the grandparent variable grandparent_var is
|
||||
not overridden and is = 2000
|
||||
|
||||
The value of the parent variable is not overriden and
|
||||
The value of the parent variable is not overridden and
|
||||
is = 6000
|
||||
|
||||
The variable 'overridden_in_parent' is set in the parent
|
||||
|
||||
@@ -4,7 +4,7 @@ This comes from host, not the parents or grandparents.
|
||||
The value of the grandparent variable grandparent_var is
|
||||
not overridden and is = {{ grandparent_var }}
|
||||
|
||||
The value of the parent variable is not overriden and
|
||||
The value of the parent variable is not overridden and
|
||||
is = {{ parent_var }}
|
||||
|
||||
The variable 'overridden_in_parent' is set in the parent
|
||||
|
||||
Reference in New Issue
Block a user