Skip to content
Snippets Groups Projects
Commit f00fa0a2 authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz
Browse files

We install 'ca certs' not 'ubuntu ca certs'

Change-Id: Ie6e1d30d2fcbdd7c138c05585f24931e8495fc28
parent c325aadd
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
become: True become: True
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: Install ubuntu ca certs - name: Install ca certs
package: package:
name: "{{ item }}" name: "{{ item }}"
state: latest state: latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment