iac/ansible/playbooks/apt.yml

7 lines
No EOL
112 B
YAML

- hosts: "*"
become: true
tasks:
- name: apt
apt:
update_cache: yes
upgrade: 'yes'