From 45ba918668a119b4c37b861b6984773ecf773adb Mon Sep 17 00:00:00 2001 From: Todd Ruch Date: Thu, 19 Dec 2024 11:53:57 -0500 Subject: [PATCH] Cleanup --- network/backup.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/network/backup.yml b/network/backup.yml index 31bccaf0..a1337366 100644 --- a/network/backup.yml +++ b/network/backup.yml @@ -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: @@ -30,7 +30,6 @@ backup_dir: "/tmp/network_backups" tasks: - - name: Network Backup and Resource Manager ansible.builtin.include_role: name: network.backup.run @@ -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/" +...