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
2024-05-23 03:37:14 +00:00

7 lines
No EOL
111 B
YAML

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