mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 19:50:30 -07:00
(cherry picked from commit a1f75efee2
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
833530ab47
commit
cba4fa2fe8
2 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,4 @@
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- setup_remote_tmp_dir
|
- setup_remote_tmp_dir
|
||||||
|
- setup_remote_constraints
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
- name: install pycdlib
|
- name: install pycdlib
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: pycdlib
|
name: pycdlib
|
||||||
|
extra_args: "-c {{ remote_constraints }}"
|
||||||
|
|
||||||
- name: Make sure the previous testing sub-directory is deleted
|
- name: Make sure the previous testing sub-directory is deleted
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue