Merge "We install 'ca certs' not 'ubuntu ca certs'"

This commit is contained in:
Zuul
2018-01-03 18:33:02 +00:00
committed by Gerrit Code Review

View File

@@ -77,7 +77,7 @@
become: True
when: ansible_os_family == 'Debian'
- name: Install ubuntu ca certs
- name: Install ca certs
package:
name: "{{ item }}"
state: latest