geerlingguy.ansible-role-do.../tasks
nevart 7c86fe1739 APT key: don't force and provide checksum, to fix check mode
As described in https://github.com/ansible/ansible/issues/65687, get_url
only partially supports check_mode: "the changed status will reflect
comparison to an empty source file".

Before this change, executing this code, with the key already being in
place on the target system, would report "OK", while check_mode would
report "changed".

Due to this change, both now either report "OK" or "changed", depending
on the state of the target system.
2023-06-26 07:34:10 +00:00
..
docker-compose.yml Fix condition for empty docker compose svn 2022-11-05 11:20:04 +01:00
docker-users.yml
main.yml
setup-Debian.yml APT key: don't force and provide checksum, to fix check mode 2023-06-26 07:34:10 +00:00
setup-RedHat.yml Add flag to deactivate repository configuration 2022-12-14 16:31:46 +01:00