Skip to content

Commit

Permalink
Update unzip in ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Dec 22, 2023
1 parent 7da5a1c commit 722cb93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ansible/deploy_applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- python3-pip
- virtualenv
- python3-setuptools
- unzip
state: latest
update_cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible/roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
dest: "/home/ubuntu/server/artifact.zip"

- name: "Extract app"
unarchive:
ansible.builtin.unarchive:
remote_src: yes
src: "/home/ubuntu/server/artifact.zip"
dest: "/home/ubuntu/server"
Expand Down

0 comments on commit 722cb93

Please sign in to comment.