You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really great role. We use it a lot. Some Linux users have complained that the generated tar archive contains only files and not a folder containing files. So it would be nice to put the files in folder named like the archive and then create an archive of the folder. Just a detail.
Thanks!
The text was updated successfully, but these errors were encountered:
@dereulenspiegel This has bothered me for a while too, but the role is so otherwise so strong I've put up with it. As you may have noticed, as of #44 the role is now using zip rather than tar, but the lack of a nested directory still persists, so your initial objection is still valid.
Given that the role now uses zip rather than tar archives, we're stuck with the current unnested behavior. (Reading through man zip didn't show any relevant options here to change the behavior.) Rather than complicate the role with extra tasks to copy files to temporary directories prior to zipping, let's accept this minor limitation and focus on other issues.
Hi!
Really great role. We use it a lot. Some Linux users have complained that the generated tar archive contains only files and not a folder containing files. So it would be nice to put the files in folder named like the archive and then create an archive of the folder. Just a detail.
Thanks!
The text was updated successfully, but these errors were encountered: