Merge "Only force apt backports for Trusty"

This commit is contained in:
Jenkins 2016-11-01 16:58:04 +00:00 committed by Gerrit Code Review
commit ac4113b56b

View File

@ -19,6 +19,7 @@
command: "sed -i '/deb.*-backports/s|^#\\s||g' /etc/apt/sources.list"
when:
- ansible_pkg_mgr == 'apt'
- ansible_distribution_release | lower == 'trusty'
- name: First ensure apt cache is always refreshed
apt: