mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-30 16:41:28 -07:00
Fix lint errors
This commit is contained in:
parent
50ed75fe9c
commit
9bdfba5e5c
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,8 @@
|
|||
ansible.builtin.debug:
|
||||
msg: "Testing {{ item.key }} scenario"
|
||||
|
||||
- block:
|
||||
- name: Test GVNIC scenarios
|
||||
block:
|
||||
- name: Create disk
|
||||
google.cloud.gcp_compute_disk:
|
||||
name: "{{ resource_prefix }}-{{ item.key }}"
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
content: "{{ lookup('template', '../templates/inventory.yml.j2') }}"
|
||||
mode: preserve
|
||||
|
||||
- name: slurp
|
||||
- name: TEST | slurp
|
||||
ansible.builtin.slurp:
|
||||
src: "../{{ inventory_filename }}"
|
||||
register: _inv
|
||||
|
||||
- name: debug
|
||||
- name: TEST | debug
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ _inv.content | b64decode }}"
|
||||
verbosity: 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue