mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-07 18:05:09 +00:00
9 lines
239 B
YAML
9 lines
239 B
YAML
- block:
|
|
- name: apt update all packages to their latest version
|
|
apt:
|
|
update_cache: yes
|
|
upgrade: dist
|
|
force_apt_get: yes
|
|
|
|
- include_tasks: utils/once/flag.yml
|
|
when: run_once_update_apt is not defined |