Skip to content

Commit

Permalink
fix template jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Dec 12, 2024
1 parent 6e2b328 commit a60aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partition/roles/ztp/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

- name: render ztp-provisioning-script
template:
content: "{{ ztp_provisioning_script }}"
src: "{{ ztp_provisioning_script }}"
dest: "{{ ztp_host_dir_path }}/config/ztp-provisioning-script.sh"
mode: 0644
when: ztp_provisioning_script is defined
Expand Down

0 comments on commit a60aedd

Please sign in to comment.