CI: cleanups leftovers things

include_vars is redundant as the file is already included by extra_vars
This commit is contained in:
Max Gautier
2025-03-20 10:39:32 +01:00
parent f6ca3bf477
commit ef133fd93d
2 changed files with 0 additions and 5 deletions

View File

@@ -1,8 +1,4 @@
---
- name: Include custom vars for ci job
include_vars: "../files/{{ lookup('ansible.builtin.env', 'TESTCASE') }}.yml"
when: molecule_yml is not defined
- name: Generate SSH keypair
community.crypto.openssh_keypair:
size: 2048