feat: try this role layout

This commit is contained in:
Simon Cornet 2025-11-01 12:14:17 +01:00
commit 113304b287

View file

@ -9,7 +9,7 @@
# due to semaphore bug we need to do this ourselves # due to semaphore bug we need to do this ourselves
- name: "force-update requirements" - name: "force-update requirements"
ansible.builtin.command: ansible.builtin.command:
cmd: "ansible-galaxy install -f -r roles/requirements.yml" cmd: "ansible-galaxy install -f -r requirements.yml"
become: false become: false
delegate_to: "localhost" delegate_to: "localhost"
changed_when: false changed_when: false