Skip to content

Commit

Permalink
configdb was not a template
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Oct 15, 2024
1 parent 64dec55 commit 74d28ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions partition/roles/ztp/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
dest: "{{ ztp_host_dir_path }}/config/ztp.sh"
mode: 0644

- name: render config_db.json
template:
src: "config_db.json.j2"
- name: copy config_db.json
copy:
src: "config_db.json"
dest: "{{ ztp_host_dir_path }}/config/config_db.json"
mode: 0644

Expand Down

0 comments on commit 74d28ee

Please sign in to comment.