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/copy_unarchive.yml
2022-05-02 17:37:08 +02:00

8 lines
240 B
YAML

---
- include_tasks: copy.yml
- name: ANSISTRANO | copy_unarchive | Set archived file
set_fact:
ansistrano_archived_file: "{{ ansistrano_release_path.stdout }}/{{ ansistrano_deploy_from | basename }}"
- include_tasks: unarchive.yml