sebcmp

Results 3 comments of sebcmp

Setting "cat" as pager can be a work-around. ``` PAGER=cat wp-cli help```

Ubuntu/Debian defaults to localhost ```bash > grep bind /etc/mysql/mysql.conf.d/mysqld.cnf bind-address = 127.0.0.1 mysqlx-bind-address = 127.0.0.1 ``` This role should really default to 127.0.0.1 on both bind addresses instead of 0.0.0.0.

Having the same issue on macOS/Darwin. `is_unarchived()` is parsing the output of zipinfo and fails to convert the filename with `_text.to_text()` https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/files/unarchive.py#L394 Example zip file: https://download.sketchapp.com/sketch-64-93537.zip zipinfo (3.00 of 20...