-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop adding old RPM GPG key 4172A230 (#466)
- Loading branch information
Slavek Kabrda
authored
Jan 12, 2023
1 parent
bf03a08
commit 3f082e8
Showing
7 changed files
with
30 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- name: "Ensure GPG key {{ item }} is not present in the RPM db" | ||
rpm_key: | ||
state: absent | ||
key: "{{ item }}" | ||
when: not ansible_check_mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- name: Ensure datadog_yum_gpgkey is not used | ||
fail: | ||
msg: datadog_yum_gpgkey configuration value was removed. | ||
when: datadog_yum_gpgkey is defined and datadog_yum_gpgkey|length > 0 | ||
|
||
- name: Ensure datadog_zypper_gpgkey is not used | ||
fail: | ||
msg: datadog_zypper_gpgkey configuration value was removed. | ||
when: datadog_zypper_gpgkey is defined and datadog_zypper_gpgkey|length > 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters