This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-playbooks/apt.yml

7 lines
111 B
YAML
Raw Normal View History

2024-05-22 23:37:14 -04:00
- hosts: "*"
become: yes
tasks:
- name: apt
apt:
update_cache: yes
upgrade: 'yes'