Merge pull request #16562 from robinro/enable-apt-repo-tests-1604

reenable apt_repository tests in ubuntu 16.04
This commit is contained in:
René Moser 2016-07-04 15:51:47 +02:00 committed by GitHub
commit b410e710a0
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -17,5 +17,5 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
- include: 'apt.yml'
when: ansible_distribution in ('Ubuntu') and ansible_distribution_version|version_compare('16.04', '<')
when: ansible_distribution in ('Ubuntu')