Ability to define GPG key path for Docker APT (#10513)

This commit is contained in:
emiran-orange
2023-10-13 04:06:04 +02:00
committed by GitHub
parent 4a8a47d438
commit e65050d3f4
5 changed files with 12 additions and 0 deletions

View File

@@ -97,3 +97,9 @@ Adding extra options to pass to the docker daemon:
## This string should be exactly as you wish it to appear.
docker_options: ""
```
For Debian based distributions, set the path to store the GPG key to avoid using the default one used in `apt_key` module (e.g. /etc/apt/trusted.gpg)
```yaml
docker_repo_key_keyring: /etc/apt/trusted.gpg.d/docker.gpg
```