mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #6403/eab39ffc backport][stable-6] iso_customize: fix integration test (#6425)
iso_customize: fix integration test (#6403)
* Fix bad parameters in integration test.
* Remove unrelated thing.
* Simply remove test.
(cherry picked from commit eab39ffc23)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
- name: install pycdlib
|
||||
pip:
|
||||
name: pycdlib
|
||||
# state: latest
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
register: install_pycdlib
|
||||
- debug: var=install_pycdlib
|
||||
|
||||
Reference in New Issue
Block a user