diff --git a/network/backup.yml b/network/backup.yml index f8261e1a..31bccaf0 100644 --- a/network/backup.yml +++ b/network/backup.yml @@ -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/" + ...