infra/ansible/updates.yaml
Gabriel Simmer 4c73f47a73
Add ansible
2022-11-06 21:59:08 +00:00

9 lines
157 B
YAML

- name: Apt updates
hosts: debian
become: true
tasks:
- name: Apt update
ansible.builtin.apt:
update_cache: yes
upgrade: yes