mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-03 04:34:31 -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:
|
ansible.builtin.debug:
|
||||||
msg: "Testing {{ item.key }} scenario"
|
msg: "Testing {{ item.key }} scenario"
|
||||||
|
|
||||||
- block:
|
- name: Test GVNIC scenarios
|
||||||
|
block:
|
||||||
- name: Create disk
|
- name: Create disk
|
||||||
google.cloud.gcp_compute_disk:
|
google.cloud.gcp_compute_disk:
|
||||||
name: "{{ resource_prefix }}-{{ item.key }}"
|
name: "{{ resource_prefix }}-{{ item.key }}"
|
||||||
|
|
|
@ -12,12 +12,12 @@
|
||||||
content: "{{ lookup('template', '../templates/inventory.yml.j2') }}"
|
content: "{{ lookup('template', '../templates/inventory.yml.j2') }}"
|
||||||
mode: preserve
|
mode: preserve
|
||||||
|
|
||||||
- name: slurp
|
- name: TEST | slurp
|
||||||
ansible.builtin.slurp:
|
ansible.builtin.slurp:
|
||||||
src: "../{{ inventory_filename }}"
|
src: "../{{ inventory_filename }}"
|
||||||
register: _inv
|
register: _inv
|
||||||
|
|
||||||
- name: debug
|
- name: TEST | debug
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "{{ _inv.content | b64decode }}"
|
msg: "{{ _inv.content | b64decode }}"
|
||||||
verbosity: 3
|
verbosity: 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue