Feng Yu
Feng Yu
Any updates? I try to install the latest version but this issue still exists. ```sh $ ansible-lint --version ansible-lint 24.5.0 using ansible-core:2.16.6 ansible-compat:24.5.1a0 ruamel-yaml:0.18.6 ruamel-yaml-clib:0.2.8 ``` ```sh $ ansible-lint -vvvv...
Any updates? `24.9.3.dev0` still failed: ```sh ansible-lint 24.9.3.dev0 using ansible-core:2.17.4 ansible-compat:24.9.1 ruamel-yaml:0.18.6 ruamel-yaml-clib:0.2.8 ```
No, still not workong: ```sh # powershell $ bestzip ../dist.zip ./* ``` ```sh unzip -l dist.zip Archive: dist.zip Length Date Time Name --------- ---------- ----- ---- 889623 2021-08-06 04:53 ./index.js...
Oh, I got it, if zip folder use `node`, this issue will happened. ```sh # Run in Linux machine $ bestzip --force node ../dist.zip . Writing . to ../dist.zip... zipped!...
I find a simple solution: ```sh zip -r - . > ../data.zip ``` See: https://unix.stackexchange.com/questions/299161/unix-zip-command-is-updating-existing-archive-instead-of-creating-a-new-one