mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-02 06:23:30 -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
|
@ -2,7 +2,7 @@
|
|||
# task file to configure bash completion for gcloud
|
||||
- name: Gcloud | Archive | Debian | Ensure bash completion is installed
|
||||
ansible.builtin.apt:
|
||||
name: "bash-completion"
|
||||
name: bash-completion
|
||||
register: task_result
|
||||
until: task_result is success
|
||||
retries: 10
|
||||
|
@ -25,7 +25,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
state: directory
|
||||
mode: 0755
|
||||
mode: "0755"
|
||||
|
||||
- name: Gcloud | Archive | Link binaries to /usr/bin (like package install)
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue