mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-08 07:04:28 -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
|
@ -12,7 +12,7 @@
|
|||
ansible.builtin.copy:
|
||||
content: Ansible GCS test file
|
||||
dest: "{{ upload_temp.path }}"
|
||||
mode: 0644
|
||||
mode: "0644"
|
||||
- name: Create a bucket
|
||||
google.cloud.gcp_storage_bucket:
|
||||
name: "{{ resource_name }}"
|
||||
|
@ -21,7 +21,7 @@
|
|||
service_account_file: "{{ gcp_cred_file | default(omit) }}"
|
||||
state: present
|
||||
register: bucket
|
||||
#----------------------------------------------------------
|
||||
# ----------------------------------------------------------
|
||||
- name: Upload the object to gcs
|
||||
google.cloud.gcp_storage_object:
|
||||
action: upload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue