Revert "Ensure the /etc/pki/rpm-gpg directory exists"
This task ended up being unnecessary.
The actual problem was fixed in
Ide9993eb67bfa7d3822714839aa1fc24a8b17fb3.
This reverts commit 1433976334.
Change-Id: Ifbf791eaf57a4f89127d4835ff82fbb3c472c52b
This commit is contained in:
@@ -42,13 +42,6 @@
|
||||
name: "{{ openstack_hosts_package_list | selectattr('state','equalto','absent') | map(attribute='name') | list }}"
|
||||
state: absent
|
||||
|
||||
- name: Ensure the /etc/pki/rpm-gpg directory exists
|
||||
file:
|
||||
path: "/etc/pki/rpm-gpg"
|
||||
state: "directory"
|
||||
group: "root"
|
||||
owner: "root"
|
||||
|
||||
# Copy all factored-in GPG keys.
|
||||
# KeyID 764429E6 from https://raw.githubusercontent.com/rdo-infra/centos-release-openstack/ocata-rdo/RPM-GPG-KEY-CentOS-SIG-Cloud
|
||||
# KeyID 61E8806C from keyserver for rdo-qemu-ev
|
||||
|
||||
Reference in New Issue
Block a user