Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apt-key absent requires ID, does not use URL #26572

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/ansible/modules/packaging/os/apt_key.py
Expand Up @@ -103,11 +103,6 @@
url: "https://ftp-master.debian.org/keys/archive-key-6.0.asc"
state: present

# Remove an Apt signing key, uses whichever key is at the URL
- apt_key:
url: "https://ftp-master.debian.org/keys/archive-key-6.0.asc"
state: absent

# Remove a Apt specific signing key, leading 0x is valid
- apt_key:
id: 0x473041FA
Expand Down