mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 20:50:32 -07:00
iso_extract: Add password argument (#9159)
* iso_extract: Add password argument
* Update iso_extract.py
* Update iso_extract.py
* Update plugins/modules/iso_extract.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Create 9159-iso-extract_add_password.yml
* Update 9159-iso-extract_add_password.yml
* Remove default value for password
* Use password with 7z only
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fix indentation
* Update plugins/modules/iso_extract.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* iso_extract: add password warning
* Update plugins/modules/iso_extract.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Shorten a docs line.
* Fix formatting.
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
(cherry picked from commit da97e220ef
)
Co-authored-by: jurelou <louis@jurczyk.fr>
2 lines
152 B
YAML
2 lines
152 B
YAML
minor_changes:
|
|
- iso_extract - adds ``password`` parameter that is passed to 7z (https://github.com/ansible-collections/community.general/pull/9159).
|