Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
604389b196 |
9
update-apt-packages.yaml
Normal file
9
update-apt-packages.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- hosts: all
|
||||
|
||||
become: true
|
||||
tasks:
|
||||
- name: update apt packages
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
Reference in New Issue
Block a user