mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix iso_customize tests. (#5447)
This commit is contained in:
parent
df34a7b0f2
commit
a1f75efee2
2 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,4 @@
|
|||
|
||||
dependencies:
|
||||
- setup_remote_tmp_dir
|
||||
- setup_remote_constraints
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
- name: install pycdlib
|
||||
ansible.builtin.pip:
|
||||
name: pycdlib
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
|
||||
- name: Make sure the previous testing sub-directory is deleted
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Reference in a new issue