6 lines
111 B
YAML
6 lines
111 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Update apt packages
|
|
apt:
|
|
upgrade: yes
|
|
update_cache: yes |