DCD-686: set_fact variables don't stack.

This commit is contained in:
Steve Smith
2019-10-03 11:36:49 +10:00
parent 24d8a8f16c
commit cfca695c31

View File

@@ -8,7 +8,7 @@
atl_backup_manifest_bucket: "{{ atl_backup_manifest_url | urlsplit('hostname') }}" atl_backup_manifest_bucket: "{{ atl_backup_manifest_url | urlsplit('hostname') }}"
atl_backup_manifest_path: "{{ atl_backup_manifest_url | urlsplit('path') }}" atl_backup_manifest_path: "{{ atl_backup_manifest_url | urlsplit('path') }}"
atl_backup_manifest_filename: "{{ atl_backup_manifest_path | basename}}" atl_backup_manifest_filename: "{{ atl_backup_manifest_path | basename}}"
atl_backup_manifest_dest: "{{ atl_installer_temp }}/{{ atl_backup_manifest_filename }}" atl_backup_manifest_dest: "{{ atl_installer_temp }}/{{ {{ atl_backup_manifest_path | basename}}"
- name: Fetch the manifest from S3 - name: Fetch the manifest from S3
aws_s3: aws_s3: