-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iso_create doesn't add folders #5275
Comments
Files identified in the description: If these files are incorrect, please update the |
Hi @raisedfist Thanks for reporting this. We are waiting for the maintainer to pick this issue up. Or maybe, @ZouYuhua , since you have worked on modules related to ISO files and if you have the availability, you could try and see if you can fix this issue. Just an idea - don't feel obliged. |
@russoz |
Thanks in advance for your effort. |
Summary
When trying to add a folder/directory to an iso, using
/path/to/folder
insrc_files
, the module fails. From the output I can see ansible is parsing the content of the folder, but it doesn't add it to the iso.Issue Type
Bug Report
Component Name
iso_create
Ansible Version
Community.general Version
Configuration
Folder structure used:
OS / Environment
I did tests on two VMs':
RHEL 8.6
Arch Linux
Steps to Reproduce
Using create_cd.yml playbook as below:
Running the playbook:
Expected Results
Expected to have an iso containing
a_simple_text_file.txt
and the entirescripts
subfolder.Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: