artifacts-download.yml 261 bytes
---
- hosts: local
  become: yes
  vars_files:
    - "{{inventory_dir}}/secrets.yml"
  environment:
    AZURE_STORAGE_ACCOUNT: "{{ artifact_azure_account_name }}"
    AZURE_STORAGE_KEY: "{{ artifact_azure_account_key }}"
  roles:
    - artifacts-download-azure