Results 7 issues of 4wk-

##### SUMMARY When using `callbacks_enabled=profile_roles` in ansible.cfg, if a task in a playbook change the timezone of the node, then our time elapsed recap at the end is incorrect. Imho,...

##### SUMMARY I would like to be able to specify the **number of key derivation function rounds** used when generating an **ed25519 ssh key**, just like with the command: `ssh-keygen...

enhancement

##### SUMMARY It could be really great to make `community.crypto.openssh_keypair` work with _somewhat-long_ passphrases. At the moment, it seems to have a limitation from `python3-cryptography` or `python3-bcrypt`, that limit the...

enhancement

### Summary In some occasion (it worked fine before), `ansible.builtin.apt` with `autoremove: true` seems to not work properly (= no package to remove - but there is!). I've tried with...

module
bug
affects_2.17

I think a documentation update could be useful regarding section [github-oauth](https://getcomposer.org/doc/articles/authentication-for-private-packages.md#github-oauth). The actual states: > For private repositories, the repo scope is needed. Note that the token will be given...

##### SUMMARY `ansible-lint` is complaining about attribute `with_community.general.filetree` not being valid. However, it's in [Ansible official documentation](https://docs.ansible.com/ansible/latest/collections/community/general/filetree_lookup.html). cf examples. ![image](https://github.com/user-attachments/assets/ea4b14b6-e944-4e23-97c3-29c9fd5e9fde) Am I missing something? ##### ISSUE TYPE - Bug Report...

Starting with Bookworm, it's recommended to write apt sources files in `deb822` format. Instead of [actual documentation](https://github.com/openzfs/openzfs-docs/blob/master/docs/Getting%20Started/Debian/index.rst): ```debsources vi /etc/apt/sources.list.d/bookworm-backports.list deb http://deb.debian.org/debian bookworm-backports main contrib deb-src http://deb.debian.org/debian bookworm-backports main contrib...