ci: add various configs and linter fixes

This commit is contained in:
Simon Cornet 2026-02-16 17:51:23 +01:00
commit b92f2c6175
5 changed files with 18 additions and 6 deletions

View file

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