Skip to content

Commit

Permalink
added msg to the end of backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Ruch committed Dec 18, 2024
1 parent 39544f4 commit ae05aa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions network/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,11 @@
group: ec2-user
mode: '0644'

- name: Review backs on report server
delegate_to: "{{ report_server }}"
run_once: true
ansible.builtin.debug:
msg: "Go to http://{{ ansible_host }}/backups/"

...

0 comments on commit ae05aa8

Please sign in to comment.