1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

use git-core ppa instead of menulibre

menulibre is no longer actively maintained and does not support 16.04
This commit is contained in:
Robin Roth 2016-07-03 15:18:08 +02:00
parent a5e394d23a
commit 8021adfe97

View file

@ -1,10 +1,10 @@
--- ---
- set_fact: - set_fact:
test_ppa_name: 'ppa:menulibre-dev/devel' test_ppa_name: 'ppa:git-core/ppa'
test_ppa_filename: 'menulibre-dev' test_ppa_filename: 'git-core'
test_ppa_spec: 'deb http://ppa.launchpad.net/menulibre-dev/devel/ubuntu {{ansible_distribution_release}} main' test_ppa_spec: 'deb http://ppa.launchpad.net/git-core/ppa/ubuntu {{ansible_distribution_release}} main'
test_ppa_key: 'A7AD98A1' # http://keyserver.ubuntu.com:11371/pks/lookup?search=0xD06AAF4C11DAB86DF421421EFE6B20ECA7AD98A1&op=index test_ppa_key: 'E1DF1F24' # http://keyserver.ubuntu.com:11371/pks/lookup?search=0xD06AAF4C11DAB86DF421421EFE6B20ECA7AD98A1&op=index
# UNINSTALL 'python-apt' # UNINSTALL 'python-apt'
# The `apt_repository` module has the smarts to auto-install `python-apt`. To # The `apt_repository` module has the smarts to auto-install `python-apt`. To