Skip to content

Commit

Permalink
updates handlers to remove old backup function
Browse files Browse the repository at this point in the history
This commit removes the config backup handler.  The config backup handler will
be refactored at a later time to a more scalable solution.
  • Loading branch information
privateip committed Feb 24, 2015
1 parent e842acf commit f335615
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
#
---

- name: save current config
- name: save running config
eos_command: commands='copy running-config startup-config'
when: eos_save_on_change

- name: backup startup config
fetch: src=/mnt/flash/startup-config
dest={{ eos_backup_dir }}/startup-config
flat=yes
when: eos_backup_on_change and eos_backup_dir is defined


0 comments on commit f335615

Please sign in to comment.