CI: Remove cruft

Remove unused variables, and intermediary ones.
This commit is contained in:
Max Gautier
2025-03-10 20:54:03 +01:00
parent c8d75effcb
commit 119fa5b0c0
5 changed files with 7 additions and 17 deletions

View File

@@ -45,5 +45,5 @@
- name: Create inventory for CI tests
copy:
content: "{{ ci_inventory | to_yaml }}"
dest: "{{ inventory_path }}/ci_inventory.yml"
dest: "{{ ansible_inventory_sources[0] }}/ci_inventory.yml"
mode: "0644"