Hi,

i run new playbook with new openwisp and i have this error:

TASK [openwisp.openwisp2 : Copy static files] ********************************************************************************************************************************* [ERROR]: Task failed: Unexpected AnsibleActionFail error: Could not find or access 'ow2_static/'
Searched in:
/git/openwisp-local-25.10.0/roles/openwisp.openwisp2/files/ow2_static/
/git/openwisp-local-25.10.0/roles/openwisp.openwisp2/ow2_static/
/git/openwisp-local-25.10.0/roles/openwisp.openwisp2/tasks/files/ow2_static/
/git/openwisp-local-25.10.0/roles/openwisp.openwisp2/tasks/ow2_static/
/git/openwisp-local-25.10.0/files/ow2_static/
/git/openwisp-local-25.10.0/ow2_static/ on the Ansible Controller.
If you are using a module and expect the file to exist on the remote, see the remote_src option Origin: /git/openwisp-local-25.10.0/roles/openwisp.openwisp2/tasks/django.yml:163:3

161     - openwisp2_theme
162
163 - name: Copy static files
      ^ column 3

fatal: [controller.nnxx.ninux.org]: FAILED! => {"changed": false, "msg": "Unexpected AnsibleActionFail error: Could not find or access 'ow2_static/'\nSearched in:\n\t/git/openwisp-local-25.10.0/roles/openwisp.openwisp2/files/ow2_static/\n\t/git/openwisp-local-25.10.0/roles/openwisp.openwisp2/ow2_static/\n\t/git/openwisp-local-25.10.0/roles/openwisp.openwisp2/tasks/files/ow2_static/\n\t/git/openwisp-local-25.10.0/roles/openwisp.openwisp2/tasks/ow2_static/\n\t/git/openwisp-local-25.10.0/files/ow2_static/\n\t/git/openwisp-local-25.10.0/ow2_static/ on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}

PLAY RECAP ******************************************************************************************************************************************************************** controller.nnxx.ninux.org  : ok=83   changed=3    unreachable=0 failed=1    skipped=44   rescued=0    ignored=0


My system is debian Trixie (fresh install)


more requirements.yml

---
collections:
  - name: community.general
    version: ">=3.6.0"
  - name: ansible.posix
roles:
  - name: openwisp.openwisp2
  - name: geerlingguy.postgresql
  - src: https://github.com/openwisp/ansible-wireguard-openwisp.git

--
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion, visit 
https://groups.google.com/d/msgid/openwisp/4d8e308c-62c0-4161-ba6e-df338aa04d70%40gmail.com.

Reply via email to