Fix scalar block syntax
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2022-07-01 10:39:47 +02:00
parent b2ceee8720
commit bbd103d527

View File

@ -93,7 +93,7 @@
- name: Push images to registry - name: Push images to registry
ansible.builtin.shell: ansible.builtin.shell:
cmd: |> cmd: >-
skopeo copy \ skopeo copy \
--dest-tls-verify=false \ --dest-tls-verify=false \
--dest-creds admin:{{ vapp['guestinfo.rootpw'] }} \ --dest-creds admin:{{ vapp['guestinfo.rootpw'] }} \