Files
ansible-tasks/playbooks/update-pis.yml
Ozzy 2a78309823
Some checks failed
actions-lint / actions-lint (push) Successful in 10s
ansible-lint / ansible-lint (push) Failing after 0s
Add some ansible stuff
2024-09-13 11:36:05 +01:00

9 lines
162 B
YAML

- hosts: pis
become: yes
tasks:
- name: Update APT Cache
apt:
update_cache: yes
- name: Update packages
apt:
upgrade: safe