mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-30 09:51:48 -07:00
fix: upgrade ansible version, address test and lint errors
This commit is contained in:
parent
c15b47250d
commit
08ada5354d
216 changed files with 4394 additions and 4262 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Gcsfuse | Ensure gpg is installed
|
||||
ansible.builtin.apt:
|
||||
name: "gnupg"
|
||||
name: gnupg
|
||||
register: task_result
|
||||
until: task_result is success
|
||||
retries: 10
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
- name: Gcsfuse | Install gcsfuse
|
||||
ansible.builtin.apt:
|
||||
name: "gcsfuse"
|
||||
name: gcsfuse
|
||||
update_cache: "yes"
|
||||
register: task_result
|
||||
until: task_result is success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue