We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ff299 commit 3a2b112Copy full SHA for 3a2b112
roles/cephadm/tasks/pkg_debian.yml
@@ -1,4 +1,11 @@
1
---
2
+# Remove any old Ceph keys added to the main keyring.
3
+- name: Clean up old key
4
+ apt_key:
5
+ id: E84AC2C0460F3994
6
+ state: absent
7
+ become: true
8
+
9
- name: Ensure keys directory exists
10
file:
11
path: "{{ cephadm_apt_key_path | dirname }}"
0 commit comments