mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 23:51:32 -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
|
@ -23,7 +23,7 @@
|
|||
type: folder
|
||||
id: "{{ gcp_folder_id }}"
|
||||
state: absent
|
||||
#----------------------------------------------------------
|
||||
# ----------------------------------------------------------
|
||||
- name: Create a project
|
||||
google.cloud.gcp_resourcemanager_project:
|
||||
name: "{{ resource_prefix[0:30] }}"
|
||||
|
@ -73,7 +73,7 @@
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- result.changed == false
|
||||
#----------------------------------------------------------
|
||||
# ----------------------------------------------------------
|
||||
- name: Delete a project
|
||||
google.cloud.gcp_resourcemanager_project:
|
||||
name: "{{ resource_prefix[0:30] }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue