You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- name: Add certs to store
|
|
ansible.builtin.command:
|
|
cmd: update-ca-certificates
|
|
become: true
|
|
register: update_certs_output
|
|
changed_when: update_certs_output | regex_search("^[1-9]+[0-9]* added")
|