From 0f6bbe0f89149f78a912754e1ec7fb6cd186ae20 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 4 Oct 2019 08:19:33 +1000 Subject: [PATCH] DCD-686: Add comment describing role. --- roles/restore_metadata/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/restore_metadata/tasks/main.yml b/roles/restore_metadata/tasks/main.yml index 477aa8d..8a62e9d 100644 --- a/roles/restore_metadata/tasks/main.yml +++ b/roles/restore_metadata/tasks/main.yml @@ -1,5 +1,9 @@ --- +# This role will attempt to fetch and load the backup manifest from a +# remote HTTP or S3 URL. On successful completion the contents of JSON +# or YAML document will be in the var `atl_backup_manifest`. + - block: - name: Ensure temp directory is present