6 lines
123 B
YAML
6 lines
123 B
YAML
---
|
|
- name: Update sandbox CA certificates
|
|
ansible.builtin.command:
|
|
cmd: update-ca-certificates
|
|
changed_when: true
|