roles/common: Remove Ubuntu 14.04 logic

We're only supporting Ubuntu 16.04 now.
This commit is contained in:
2017-11-05 01:11:37 +02:00
parent cef1655c40
commit 5f8820bf9f
3 changed files with 0 additions and 26 deletions

View File

@ -3,10 +3,6 @@
template: src=sources.list.j2 dest=/etc/apt/sources.list owner=root group=root mode=0644
when: ansible_architecture != 'armv7l'
- name: Add GPG key for Extras repo
apt_key: id=0xC47415DFF48C09645B78609416126D3A3E5C1192 url=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xC47415DFF48C09645B78609416126D3A3E5C1192 state=present
when: ansible_distribution_version | version_compare('14.04', '==')
- name: Upgrade base OS
apt: upgrade=dist update_cache=yes