Merge "Remove the Rackspace Cloud repo"
This commit is contained in:
commit
69ae0766db
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user