Merge "Remove the Rackspace Cloud repo"

This commit is contained in:
Zuul 2020-03-18 21:14:21 +00:00 committed by Gerrit Code Review
commit 69ae0766db
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
- name: Remove Rackspace signing key
when: rax_apt_repo_removed.changed
command: apt-key del 4096R/CB1EF1DB
- name: Disable install of additional recommends and suggests packages
copy:
mode: 0444

View File

@ -1,3 +1,9 @@
- name: Remove Rackspace APT repo
file:
path: /etc/apt/sources.list.d/ospc.list
state: absent
register: rax_apt_repo_removed
- name: Install base packages
package:
state: present