Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
6 lines
115 B
YAML
6 lines
115 B
YAML
---
|
|
- name: Update CA certificates
|
|
ansible.builtin.command:
|
|
cmd: update-ca-certificates
|
|
changed_when: true
|