Skip to content

Commit

Permalink
Corrected ansible-lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stafwag committed Jan 5, 2025
1 parent eea8efe commit 86c57af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/qemu_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
dest: "{{ _qemu_image.dest }}"
owner: "{{ _qemu_image.owner | default(0) }}"
group: "{{ _qemu_image.group | default(0) }}"
mode: "{{ _qemu_image.mode | default('0500') }}"
remote_src: "{{ _qemu_image.remote_src | default('false') }}"
mode: "{{ _qemu_image.mode | default('0500') }}"
remote_src: "{{ _qemu_image.remote_src | default('false') }}"

- name: Set _qemu_img_cmd to size the image
ansible.builtin.set_fact:
Expand Down

0 comments on commit 86c57af

Please sign in to comment.