mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 16:11:31 -07:00
Enable required YAML lint rules and fix results
This commit is contained in:
parent
3de16da36a
commit
4ee4cc60b5
91 changed files with 225 additions and 223 deletions
|
@ -38,7 +38,7 @@
|
|||
auth_kind: "{{ gcp_cred_kind }}"
|
||||
service_account_file: "{{ gcp_cred_file | default(omit) }}"
|
||||
state: absent
|
||||
#----------------------------------------------------------
|
||||
# ----------------------------------------------------------
|
||||
- name: Create a version
|
||||
google.cloud.gcp_mlengine_version:
|
||||
name: "{{ resource_name | replace('-', '_') }}"
|
||||
|
@ -87,7 +87,7 @@
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- result.changed == false
|
||||
#----------------------------------------------------------
|
||||
# ----------------------------------------------------------
|
||||
- name: Delete a version
|
||||
google.cloud.gcp_mlengine_version:
|
||||
name: "{{ resource_name | replace('-', '_') }}"
|
||||
|
@ -136,7 +136,7 @@
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- result.changed == false
|
||||
#---------------------------------------------------------
|
||||
# ---------------------------------------------------------
|
||||
# Post-test teardown
|
||||
# If errors happen, don't crash the playbook!
|
||||
- name: Delete a model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue