Files
infra/ansible/roles/webserver/tasks/main.yaml
shockrah fbe6e5c3e2
Some checks failed
Ansible Linting / build (push) Failing after 16s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 18s
Wiki Resources Sanity Checks / ruff-checks (push) Successful in 7s
Removing all ansible-linter errors
2026-04-26 01:35:56 -07:00

9 lines
201 B
YAML

- name: Update all packages to ensure compliance with latest updates
tags:
- housekeeping
ansible.builtin.apt:
update_cache: true
autoclean: true
autoremove: true
upgrade: safe