1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Ansible_Project/roles/ansistrano.deploy/tasks/update-code/gcs_unarchive.yml

8 lines
236 B
YAML
Raw Normal View History

2022-05-02 17:37:08 +02:00
---
- include_tasks: gcs.yml
- name: ANSISTRANO | gcs_unarchive | Set archived file
set_fact:
ansistrano_archived_file: "{{ ansistrano_release_path.stdout }}/{{ ansistrano_gcs_object | basename }}"
- include_tasks: unarchive.yml