Skip to content

Commit

Permalink
Fix ansible lint warning on copy action
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Mar 18, 2022
1 parent cefefb6 commit c84666b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/ansible/roles/post-metadata/tasks/dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
copy:
dest: '{{ lookup("env", "CATALOG_DESTINATION") }}'
content: "{{ metadata | to_json }}"
mode: '0644'

0 comments on commit c84666b

Please sign in to comment.