Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Ruch committed Dec 19, 2024
1 parent 0308b18 commit 45ba918
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions network/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
group: ec2-user
mode: '0755'

- name: Backup Devices
- name: Play to Backup Cisco Always-On Network Devices
hosts: routers
gather_facts: false
vars:
Expand All @@ -30,7 +30,6 @@
backup_dir: "/tmp/network_backups"

tasks:

- name: Network Backup and Resource Manager
ansible.builtin.include_role:
name: network.backup.run
Expand Down Expand Up @@ -62,7 +61,6 @@
delegate_to: "{{ report_server }}"
run_once: true
ansible.builtin.debug:
msg: "Go to http://{{ ansible_host }}/backups/"

...
msg: "To review backed up configurations, go to http://{{ ansible_host }}/backups/"

...

0 comments on commit 45ba918

Please sign in to comment.