re-tigger 0003, 0004

This commit is contained in:
Gleb Koval 2023-09-27 22:29:18 +01:00
parent 47335e40f6
commit 75663a709f
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
register: user
- name: Copy project
ansible.builtin.copy:
src: ./{{ app }}
src: "./{{ app }}"
dest: "{{ user.home }}"
mode: "0744"
- name: Re-deploy

View File

@ -18,7 +18,7 @@
ignore_errors: true
- name: Copy project
ansible.builtin.copy:
src: ./{{ app }}
src: "./{{ app }}"
dest: "{{ user.home }}"
mode: "0744"
- name: Docker compose up -d