Skip to content

Commit 91efe2b

Browse files
committed
changed config file extension name to .cfg
1 parent 3ad79b7 commit 91efe2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playbooks/infra/01_config_backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
- name: Save output to file
2424
copy:
2525
content: "{{ config_output.stdout[0] }}"
26-
dest: "backups/{{ inventory_hostname }}-running-config-{{ timestamp }}.log"
26+
dest: "backups/{{ inventory_hostname }}-running-config-{{ timestamp }}.cfg"
2727

0 commit comments

Comments
 (0)