mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-28 06:13:09 +00:00
(cherry picked from commit a1f75efee2)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user