Files
system-upgrade/local-upgrade.yaml
2025-03-06 09:06:31 +01:00

10 lines
174 B
YAML

- hosts: 127.0.0.1
# connection: local
gather_facts: yes
tasks:
- name: update respository index
ansible.builtin.apt:
update_cache: yes
upgrade: safe