upgrade: Add apt playbook
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
7
playbooks/apt.yml
Normal file
7
playbooks/apt.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- hosts: 'ubuntu'
|
||||
become: true
|
||||
tasks:
|
||||
- name: upgrade system
|
||||
apt:
|
||||
update_cache: yes
|
||||
upgrade: yes
|
Reference in New Issue
Block a user