mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-10 16:14:27 -07:00
Fix lint errors
This commit is contained in:
parent
50ed75fe9c
commit
9bdfba5e5c
2 changed files with 4 additions and 3 deletions
|
@ -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