Skip to content

Commit

Permalink
Merge pull request #428 from shuuji3/fix/gpg-key-error-on-popos
Browse files Browse the repository at this point in the history
fix: fix failure for the initial gpg key load on Pop!_OS
  • Loading branch information
geerlingguy authored Oct 5, 2023
2 parents 9d51ec8 + cd9bf6f commit 15815e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker_apt_ansible_distribution: "{{ 'ubuntu' if ansible_distribution in ['Pop!_
docker_apt_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
docker_apt_repository: "deb [arch={{ docker_apt_arch }} signed-by=/etc/apt/trusted.gpg.d/docker.asc] {{ docker_repo_url }}/{{ docker_apt_ansible_distribution | lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}"

Check warning on line 41 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Lint

41:201 [line-length] line too long (237 > 200 characters)
docker_apt_ignore_key_error: true
docker_apt_gpg_key: "{{ docker_repo_url }}/{{ ansible_distribution | lower }}/gpg"
docker_apt_gpg_key: "{{ docker_repo_url }}/{{ docker_apt_ansible_distribution | lower }}/gpg"
docker_apt_gpg_key_checksum: "sha256:1500c1f56fa9e26b9b8f42452a553675796ade0807cdce11975eb98170b3a570"
docker_apt_filename: "docker"

Expand Down

0 comments on commit 15815e5

Please sign in to comment.