build
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2025-08-26 09:02:52 +02:00
parent 9351f9a8ce
commit be9b55d746

View File

@@ -41,8 +41,15 @@
owner: root owner: root
group: root group: root
when: inventory_hostname != 'nas.home.lan' when: inventory_hostname != 'nas.home.lan'
- name: Upload exclude file
ansible.builtin.copy:
src: "{{ dest_folder }}/exclude.txt"
dest: /myapps/exclude.txt
remote_src: true
mode: '0755'
owner: root
group: root
when: inventory_hostname != 'nas.home.lan'
- name: Upload requirements - name: Upload requirements
ansible.builtin.copy: ansible.builtin.copy:
src: "{{ dest_folder }}/requirements.txt" src: "{{ dest_folder }}/requirements.txt"