Fix lint errors

This commit is contained in:
Chris Hawk 2025-06-20 14:44:45 -07:00
commit 9bdfba5e5c
2 changed files with 4 additions and 3 deletions

View file

@ -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 }}"