mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
fix typo in integration tests
This commit is contained in:
parent
342a0b2f95
commit
0871f8f0c4
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
that:
|
||||
- result.changed == true
|
||||
# ----------------------------------------------------------
|
||||
- name: Create a parameter with lables
|
||||
- name: Create a parameter with labels
|
||||
google.cloud.gcp_parameter_manager:
|
||||
name: "{{ resource_name }}-2"
|
||||
version: "test_version"
|
||||
|
@ -83,7 +83,7 @@
|
|||
that:
|
||||
- result.changed == true
|
||||
# ----------------------------------------------------------
|
||||
- name: Create a parameter with format and lables
|
||||
- name: Create a parameter with format and labels
|
||||
google.cloud.gcp_parameter_manager:
|
||||
name: "{{ resource_name }}-4"
|
||||
version: "test_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue